Shades of Deep Sky Blue #1DCBEE
Tints of Deep Sky Blue #1DCBEE
RGB
CMYK
RGB Variations
Color information
#1DCBEE (or 0x1DCBEE) is known color: Deep Sky Blue. HEX triplet: 1D, CB and EE. RGB value is (29,203,238). Sum of RGB (Red+Green+Blue) = 29+203+238=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DCBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCBEE is #E23411. Grayscale: #9A9A9A. Windows color (decimal): -14824466 or 15649565. OLE color: 15649565.
HSL color Cylindrical-coordinate representation of color #1DCBEE: hue angle of 190.05º 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 #1DCBEE is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 203 | 238 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.07 |
| HSL | 190.05º | 0.86% | 0.52% | - |
| HSV(B) | 190.05º | 0.88% | 0.93% | - |
| XYZ | 37.3 | 49.15 | 88.41 | - |
| YUV | 154.96 | 174.85 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 238 | 0.88 | 0.15 | 0 | 0.07 | 190.05 | 0.86 | 0.52 |
| Hex | 1D | CB | EE | 58 | F | 0 | 7 | BE | 56 | 34 |
| Octal | 35 | 313 | 356 | 130 | 17 | 0 | 7 | 276 | 126 | 64 |
| Binary | 11101 | 11001011 | 11101110 | 1011000 | 1111 | 0 | 111 | 10111110 | 1010110 | 110100 |
Color Harmonies of #1DCBEE
Complementary color
Monochromatic Colors of #1DCBEE
Black with #1DCBEE
Text Example
Text Example
White with #1DCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBEE; }
p { color: rgb(29,203,238); }
H1.HeaderClassName
{
color: #1DCBEE;
}
.AnyTagClassName
{
color: #1DCBEE;
}
</style>
background-color css
<style>
a { background-color: #1DCBEE; }
a { background-color: rgb(29,203,238); }
div.DivClassName
{
background-color: #1DCBEE;
}
.BgClassName
{
background-color: #1DCBEE;
}
</style>
border-color css
<style>
span { border-color: #1DCBEE; }
span { border-color: rgb(29,203,238); }
td.TdClassName
{
border-color: #1DCBEE;
}
.TagClassName
{
border-color: #1DCBEE;
}
</style>