Shades of Summer Sky #1DB4EF
Tints of Summer Sky #1DB4EF
RGB
CMYK
RGB Variations
Color information
#1DB4EF (or 0x1DB4EF) is known color: Summer Sky. HEX triplet: 1D, B4 and EF. RGB value is (29,180,239). Sum of RGB (Red+Green+Blue) = 29+180+239=448 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.47% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DB4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB4EF is #E24B10. Grayscale: #8D8D8D. Windows color (decimal): -14830353 or 15709213. OLE color: 15709213.
HSL color Cylindrical-coordinate representation of color #1DB4EF: hue angle of 196.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB4EF is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 180 | 239 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.06 |
| HSL | 196.86º | 0.87% | 0.53% | - |
| HSV(B) | 196.86º | 0.88% | 0.94% | - |
| XYZ | 32.41 | 39.14 | 87.51 | - |
| YUV | 141.58 | 182.97 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 239 | 0.88 | 0.25 | 0 | 0.06 | 196.86 | 0.87 | 0.53 |
| Hex | 1D | B4 | EF | 58 | 19 | 0 | 6 | C5 | 57 | 35 |
| Octal | 35 | 264 | 357 | 130 | 31 | 0 | 6 | 305 | 127 | 65 |
| Binary | 11101 | 10110100 | 11101111 | 1011000 | 11001 | 0 | 110 | 11000101 | 1010111 | 110101 |
Color Harmonies of #1DB4EF
Complementary color
Monochromatic Colors of #1DB4EF
Black with #1DB4EF
Text Example
Text Example
White with #1DB4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4EF; }
p { color: rgb(29,180,239); }
H1.HeaderClassName
{
color: #1DB4EF;
}
.AnyTagClassName
{
color: #1DB4EF;
}
</style>
background-color css
<style>
a { background-color: #1DB4EF; }
a { background-color: rgb(29,180,239); }
div.DivClassName
{
background-color: #1DB4EF;
}
.BgClassName
{
background-color: #1DB4EF;
}
</style>
border-color css
<style>
span { border-color: #1DB4EF; }
span { border-color: rgb(29,180,239); }
td.TdClassName
{
border-color: #1DB4EF;
}
.TagClassName
{
border-color: #1DB4EF;
}
</style>