Shades of Summer Sky #1DA8EA
Tints of Summer Sky #1DA8EA
RGB
CMYK
RGB Variations
Color information
#1DA8EA (or 0x1DA8EA) is known color: Summer Sky. HEX triplet: 1D, A8 and EA. RGB value is (29,168,234). Sum of RGB (Red+Green+Blue) = 29+168+234=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DA8EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA8EA is #E25715. Grayscale: #858585. Windows color (decimal): -14833430 or 15378461. OLE color: 15378461.
HSL color Cylindrical-coordinate representation of color #1DA8EA: hue angle of 199.32º 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 #1DA8EA is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 168 | 234 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.08 |
| HSL | 199.32º | 0.83% | 0.52% | - |
| HSV(B) | 199.32º | 0.88% | 0.92% | - |
| XYZ | 29.36 | 34.21 | 82.9 | - |
| YUV | 133.96 | 184.45 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 234 | 0.88 | 0.28 | 0 | 0.08 | 199.32 | 0.83 | 0.52 |
| Hex | 1D | A8 | EA | 58 | 1C | 0 | 8 | C7 | 53 | 34 |
| Octal | 35 | 250 | 352 | 130 | 34 | 0 | 10 | 307 | 123 | 64 |
| Binary | 11101 | 10101000 | 11101010 | 1011000 | 11100 | 0 | 1000 | 11000111 | 1010011 | 110100 |
Color Harmonies of #1DA8EA
Complementary color
Monochromatic Colors of #1DA8EA
Black with #1DA8EA
Text Example
Text Example
White with #1DA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA8EA; }
p { color: rgb(29,168,234); }
H1.HeaderClassName
{
color: #1DA8EA;
}
.AnyTagClassName
{
color: #1DA8EA;
}
</style>
background-color css
<style>
a { background-color: #1DA8EA; }
a { background-color: rgb(29,168,234); }
div.DivClassName
{
background-color: #1DA8EA;
}
.BgClassName
{
background-color: #1DA8EA;
}
</style>
border-color css
<style>
span { border-color: #1DA8EA; }
span { border-color: rgb(29,168,234); }
td.TdClassName
{
border-color: #1DA8EA;
}
.TagClassName
{
border-color: #1DA8EA;
}
</style>