Shades of Summer Sky #1DB2E8
Tints of Summer Sky #1DB2E8
RGB
CMYK
RGB Variations
Color information
#1DB2E8 (or 0x1DB2E8) is known color: Summer Sky. HEX triplet: 1D, B2 and E8. RGB value is (29,178,232). Sum of RGB (Red+Green+Blue) = 29+178+232=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #1DB2E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB2E8 is #E24D17. Grayscale: #8B8B8B. Windows color (decimal): -14830872 or 15249949. OLE color: 15249949.
HSL color Cylindrical-coordinate representation of color #1DB2E8: hue angle of 195.96º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB2E8 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 178 | 232 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.09 |
| HSL | 195.96º | 0.82% | 0.51% | - |
| HSV(B) | 195.96º | 0.88% | 0.91% | - |
| XYZ | 30.99 | 37.93 | 82.03 | - |
| YUV | 139.61 | 180.14 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 232 | 0.88 | 0.23 | 0 | 0.09 | 195.96 | 0.82 | 0.51 |
| Hex | 1D | B2 | E8 | 58 | 17 | 0 | 9 | C4 | 52 | 33 |
| Octal | 35 | 262 | 350 | 130 | 27 | 0 | 11 | 304 | 122 | 63 |
| Binary | 11101 | 10110010 | 11101000 | 1011000 | 10111 | 0 | 1001 | 11000100 | 1010010 | 110011 |
Color Harmonies of #1DB2E8
Complementary color
Monochromatic Colors of #1DB2E8
Black with #1DB2E8
Text Example
Text Example
White with #1DB2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB2E8; }
p { color: rgb(29,178,232); }
H1.HeaderClassName
{
color: #1DB2E8;
}
.AnyTagClassName
{
color: #1DB2E8;
}
</style>
background-color css
<style>
a { background-color: #1DB2E8; }
a { background-color: rgb(29,178,232); }
div.DivClassName
{
background-color: #1DB2E8;
}
.BgClassName
{
background-color: #1DB2E8;
}
</style>
border-color css
<style>
span { border-color: #1DB2E8; }
span { border-color: rgb(29,178,232); }
td.TdClassName
{
border-color: #1DB2E8;
}
.TagClassName
{
border-color: #1DB2E8;
}
</style>