Shades of Summer Sky #1DAFDA
Tints of Summer Sky #1DAFDA
RGB
CMYK
RGB Variations
Color information
#1DAFDA (or 0x1DAFDA) is known color: Summer Sky. HEX triplet: 1D, AF and DA. RGB value is (29,175,218). Sum of RGB (Red+Green+Blue) = 29+175+218=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #1DAFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFDA is #E25025. Grayscale: #878787. Windows color (decimal): -14831654 or 14331677. OLE color: 14331677.
HSL color Cylindrical-coordinate representation of color #1DAFDA: hue angle of 193.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DAFDA is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 175 | 218 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.15 |
| HSL | 193.65º | 0.77% | 0.48% | - |
| HSV(B) | 193.65º | 0.87% | 0.85% | - |
| XYZ | 28.49 | 35.98 | 71.77 | - |
| YUV | 136.25 | 174.13 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 218 | 0.87 | 0.20 | 0 | 0.15 | 193.65 | 0.77 | 0.48 |
| Hex | 1D | AF | DA | 57 | 14 | 0 | F | C2 | 4D | 30 |
| Octal | 35 | 257 | 332 | 127 | 24 | 0 | 17 | 302 | 115 | 60 |
| Binary | 11101 | 10101111 | 11011010 | 1010111 | 10100 | 0 | 1111 | 11000010 | 1001101 | 110000 |
Color Harmonies of #1DAFDA
Complementary color
Monochromatic Colors of #1DAFDA
Black with #1DAFDA
Text Example
Text Example
White with #1DAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFDA; }
p { color: rgb(29,175,218); }
H1.HeaderClassName
{
color: #1DAFDA;
}
.AnyTagClassName
{
color: #1DAFDA;
}
</style>
background-color css
<style>
a { background-color: #1DAFDA; }
a { background-color: rgb(29,175,218); }
div.DivClassName
{
background-color: #1DAFDA;
}
.BgClassName
{
background-color: #1DAFDA;
}
</style>
border-color css
<style>
span { border-color: #1DAFDA; }
span { border-color: rgb(29,175,218); }
td.TdClassName
{
border-color: #1DAFDA;
}
.TagClassName
{
border-color: #1DAFDA;
}
</style>