Shades of Summer Sky #1DB4EE
Tints of Summer Sky #1DB4EE
RGB
CMYK
RGB Variations
Color information
#1DB4EE (or 0x1DB4EE) is known color: Summer Sky. HEX triplet: 1D, B4 and EE. RGB value is (29,180,238). Sum of RGB (Red+Green+Blue) = 29+180+238=447 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.49% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DB4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB4EE is #E24B11. Grayscale: #8D8D8D. Windows color (decimal): -14830354 or 15643677. OLE color: 15643677.
HSL color Cylindrical-coordinate representation of color #1DB4EE: hue angle of 196.65º degrees, saturation: 0.86, 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 #1DB4EE is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 180 | 238 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.07 |
| HSL | 196.65º | 0.86% | 0.52% | - |
| HSV(B) | 196.65º | 0.88% | 0.93% | - |
| XYZ | 32.26 | 39.08 | 86.73 | - |
| YUV | 141.46 | 182.47 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 238 | 0.88 | 0.24 | 0 | 0.07 | 196.65 | 0.86 | 0.52 |
| Hex | 1D | B4 | EE | 58 | 18 | 0 | 7 | C5 | 56 | 34 |
| Octal | 35 | 264 | 356 | 130 | 30 | 0 | 7 | 305 | 126 | 64 |
| Binary | 11101 | 10110100 | 11101110 | 1011000 | 11000 | 0 | 111 | 11000101 | 1010110 | 110100 |
Color Harmonies of #1DB4EE
Complementary color
Monochromatic Colors of #1DB4EE
Black with #1DB4EE
Text Example
Text Example
White with #1DB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4EE; }
p { color: rgb(29,180,238); }
H1.HeaderClassName
{
color: #1DB4EE;
}
.AnyTagClassName
{
color: #1DB4EE;
}
</style>
background-color css
<style>
a { background-color: #1DB4EE; }
a { background-color: rgb(29,180,238); }
div.DivClassName
{
background-color: #1DB4EE;
}
.BgClassName
{
background-color: #1DB4EE;
}
</style>
border-color css
<style>
span { border-color: #1DB4EE; }
span { border-color: rgb(29,180,238); }
td.TdClassName
{
border-color: #1DB4EE;
}
.TagClassName
{
border-color: #1DB4EE;
}
</style>