Shades of Summer Sky #1DB0EA
Tints of Summer Sky #1DB0EA
RGB
CMYK
RGB Variations
Color information
#1DB0EA (or 0x1DB0EA) is known color: Summer Sky. HEX triplet: 1D, B0 and EA. RGB value is (29,176,234). Sum of RGB (Red+Green+Blue) = 29+176+234=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DB0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB0EA is #E24F15. Grayscale: #8A8A8A. Windows color (decimal): -14831382 or 15380509. OLE color: 15380509.
HSL color Cylindrical-coordinate representation of color #1DB0EA: hue angle of 196.98º 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 #1DB0EA is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 176 | 234 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.08 |
| HSL | 196.98º | 0.83% | 0.52% | - |
| HSV(B) | 196.98º | 0.88% | 0.92% | - |
| XYZ | 30.88 | 37.25 | 83.4 | - |
| YUV | 138.66 | 181.8 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 234 | 0.88 | 0.25 | 0 | 0.08 | 196.98 | 0.83 | 0.52 |
| Hex | 1D | B0 | EA | 58 | 19 | 0 | 8 | C5 | 53 | 34 |
| Octal | 35 | 260 | 352 | 130 | 31 | 0 | 10 | 305 | 123 | 64 |
| Binary | 11101 | 10110000 | 11101010 | 1011000 | 11001 | 0 | 1000 | 11000101 | 1010011 | 110100 |
Color Harmonies of #1DB0EA
Complementary color
Monochromatic Colors of #1DB0EA
Black with #1DB0EA
Text Example
Text Example
White with #1DB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB0EA; }
p { color: rgb(29,176,234); }
H1.HeaderClassName
{
color: #1DB0EA;
}
.AnyTagClassName
{
color: #1DB0EA;
}
</style>
background-color css
<style>
a { background-color: #1DB0EA; }
a { background-color: rgb(29,176,234); }
div.DivClassName
{
background-color: #1DB0EA;
}
.BgClassName
{
background-color: #1DB0EA;
}
</style>
border-color css
<style>
span { border-color: #1DB0EA; }
span { border-color: rgb(29,176,234); }
td.TdClassName
{
border-color: #1DB0EA;
}
.TagClassName
{
border-color: #1DB0EA;
}
</style>