#1DAFE6

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

Shades of Summer Sky #1DAFE6

Tints of Summer Sky #1DAFE6

Color information

#1DAFE6 (or 0x1DAFE6) is unknown color: approx Summer Sky. HEX triplet: 1D, AF and E6. RGB value is (29,175,230). Sum of RGB (Red+Green+Blue) = 29+175+230=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #1DAFE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAFE6 is #E25019. Grayscale: #898989. Windows color (decimal): -14831642 or 15118109. OLE color: 15118109.

HSL color Cylindrical-coordinate representation of color #1DAFE6: hue angle of 196.42º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DAFE6 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB29175230-
CMYK0.870.2400.10
HSL196.42º80.08%50.78%-
HSV(B)196.42º87.39%90.2%-
XYZ30.1236.6380.35-
YUV137.62180.1350.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.68%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 230 (90.23% from 255) = 53.00%
R=6.68%
G=40.32%
B=53.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal291752300.870.2400.10196.4280.0850.78
Hex1DAFE657180Ac45033
Octal352573461273001230412063
Binary11101101011111110011010101111100001010110001001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,175,230); }

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

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

 a { background-color: rgb(29,175,230); }

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

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

 span { border-color: rgb(29,175,230); }

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