Shades of Summer Sky #1DAFEA
Tints of Summer Sky #1DAFEA
RGB
CMYK
RGB Variations
Color information
#1DAFEA (or 0x1DAFEA) is known color: Summer Sky. HEX triplet: 1D, AF and EA. RGB value is (29,175,234). Sum of RGB (Red+Green+Blue) = 29+175+234=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DAFEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAFEA is #E25015. Grayscale: #898989. Windows color (decimal): -14831638 or 15380253. OLE color: 15380253.
HSL color Cylindrical-coordinate representation of color #1DAFEA: hue angle of 197.27º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DAFEA is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 175 | 234 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.08 |
| HSL | 197.27º | 0.83% | 0.52% | - |
| HSV(B) | 197.27º | 0.88% | 0.92% | - |
| XYZ | 30.69 | 36.86 | 83.34 | - |
| YUV | 138.07 | 182.13 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 234 | 0.88 | 0.25 | 0 | 0.08 | 197.27 | 0.83 | 0.52 |
| Hex | 1D | AF | EA | 58 | 19 | 0 | 8 | C5 | 53 | 34 |
| Octal | 35 | 257 | 352 | 130 | 31 | 0 | 10 | 305 | 123 | 64 |
| Binary | 11101 | 10101111 | 11101010 | 1011000 | 11001 | 0 | 1000 | 11000101 | 1010011 | 110100 |
Color Harmonies of #1DAFEA
Complementary color
Monochromatic Colors of #1DAFEA
Black with #1DAFEA
Text Example
Text Example
White with #1DAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFEA; }
p { color: rgb(29,175,234); }
H1.HeaderClassName
{
color: #1DAFEA;
}
.AnyTagClassName
{
color: #1DAFEA;
}
</style>
background-color css
<style>
a { background-color: #1DAFEA; }
a { background-color: rgb(29,175,234); }
div.DivClassName
{
background-color: #1DAFEA;
}
.BgClassName
{
background-color: #1DAFEA;
}
</style>
border-color css
<style>
span { border-color: #1DAFEA; }
span { border-color: rgb(29,175,234); }
td.TdClassName
{
border-color: #1DAFEA;
}
.TagClassName
{
border-color: #1DAFEA;
}
</style>