#1AA4DF

Color #1AA4DF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1AA4DF

Tints of Summer Sky #1AA4DF

Color information

#1AA4DF (or 0x1AA4DF) is unknown color: approx Summer Sky. HEX triplet: 1A, A4 and DF. RGB value is (26,164,223). Sum of RGB (Red+Green+Blue) = 26+164+223=413 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.30% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AA4DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA4DF is #E55B20. Grayscale: #818181. Windows color (decimal): -15031073 or 14656538. OLE color: 14656538.

HSL color Cylindrical-coordinate representation of color #1AA4DF: hue angle of 197.97º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AA4DF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB26164223-
CMYK0.880.2600.13
HSL197.97º79.12%48.82%-
HSV(B)197.97º88.34%87.45%-
XYZ27.0232.174.58-
YUV129.46180.7854.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 6.30%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 223 (87.5% from 255) = 54.00%
R=6.30%
G=39.71%
B=54.00%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal261642230.880.2600.13197.9779.1248.82
Hex1AA4DF581A0Dc64f31
Octal322443371303201530611761
Binary11010101001001101111110110001101001101110001101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AA4DF; }

 p { color: rgb(26,164,223); }

 H1.HeaderClassName
 {
   color: #1AA4DF;
 }
 .AnyTagClassName
 {
   color: #1AA4DF;
 }
</style>
background-color css

<style>
 a { background-color: #1AA4DF; }

 a { background-color: rgb(26,164,223); }

 div.DivClassName
 {
   background-color: #1AA4DF;
 }
 .BgClassName
 {
   background-color: #1AA4DF;
 }
</style>
border-color css

<style>
 span { border-color: #1AA4DF; }

 span { border-color: rgb(26,164,223); }

 td.TdClassName
 {
   border-color: #1AA4DF;
 }
 .TagClassName
 {
   border-color: #1AA4DF;
 }
</style>