Shades of Summer Sky #1DB4ED
Tints of Summer Sky #1DB4ED
RGB
CMYK
RGB Variations
Color information
#1DB4ED (or 0x1DB4ED) is known color: Summer Sky. HEX triplet: 1D, B4 and ED. RGB value is (29,180,237). Sum of RGB (Red+Green+Blue) = 29+180+237=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #1DB4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB4ED is #E24B12. Grayscale: #8C8C8C. Windows color (decimal): -14830355 or 15578141. OLE color: 15578141.
HSL color Cylindrical-coordinate representation of color #1DB4ED: hue angle of 196.44º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB4ED is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 180 | 237 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.07 |
| HSL | 196.44º | 0.85% | 0.52% | - |
| HSV(B) | 196.44º | 0.88% | 0.93% | - |
| XYZ | 32.11 | 39.02 | 85.96 | - |
| YUV | 141.35 | 181.97 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 237 | 0.88 | 0.24 | 0 | 0.07 | 196.44 | 0.85 | 0.52 |
| Hex | 1D | B4 | ED | 58 | 18 | 0 | 7 | C4 | 55 | 34 |
| Octal | 35 | 264 | 355 | 130 | 30 | 0 | 7 | 304 | 125 | 64 |
| Binary | 11101 | 10110100 | 11101101 | 1011000 | 11000 | 0 | 111 | 11000100 | 1010101 | 110100 |
Color Harmonies of #1DB4ED
Complementary color
Monochromatic Colors of #1DB4ED
Black with #1DB4ED
Text Example
Text Example
White with #1DB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4ED; }
p { color: rgb(29,180,237); }
H1.HeaderClassName
{
color: #1DB4ED;
}
.AnyTagClassName
{
color: #1DB4ED;
}
</style>
background-color css
<style>
a { background-color: #1DB4ED; }
a { background-color: rgb(29,180,237); }
div.DivClassName
{
background-color: #1DB4ED;
}
.BgClassName
{
background-color: #1DB4ED;
}
</style>
border-color css
<style>
span { border-color: #1DB4ED; }
span { border-color: rgb(29,180,237); }
td.TdClassName
{
border-color: #1DB4ED;
}
.TagClassName
{
border-color: #1DB4ED;
}
</style>