#1AA6DF

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

Shades of Summer Sky #1AA6DF

Tints of Summer Sky #1AA6DF

Color information

#1AA6DF (or 0x1AA6DF) is unknown color: approx Summer Sky. HEX triplet: 1A, A6 and DF. RGB value is (26,166,223). Sum of RGB (Red+Green+Blue) = 26+166+223=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AA6DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA6DF is #E55920. Grayscale: #828282. Windows color (decimal): -15030561 or 14657050. OLE color: 14657050.

HSL color Cylindrical-coordinate representation of color #1AA6DF: hue angle of 197.36º 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 #1AA6DF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB26166223-
CMYK0.880.2600.13
HSL197.36º79.12%48.82%-
HSV(B)197.36º88.34%87.45%-
XYZ27.3832.8274.7-
YUV130.64180.1253.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.27%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 223 (87.5% from 255) = 53.73%
R=6.27%
G=40%
B=53.73%

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
Decimal261662230.880.2600.13197.3679.1248.82
Hex1AA6DF581A0Dc54f31
Octal322463371303201530511761
Binary11010101001101101111110110001101001101110001011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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