Shades of Deep Sky Blue #1DCBEC
Tints of Deep Sky Blue #1DCBEC
RGB
CMYK
RGB Variations
Color information
#1DCBEC (or 0x1DCBEC) is known color: Deep Sky Blue. HEX triplet: 1D, CB and EC. RGB value is (29,203,236). Sum of RGB (Red+Green+Blue) = 29+203+236=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DCBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCBEC is #E23413. Grayscale: #9A9A9A. Windows color (decimal): -14824468 or 15518493. OLE color: 15518493.
HSL color Cylindrical-coordinate representation of color #1DCBEC: hue angle of 189.57º degrees, saturation: 0.84, 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 #1DCBEC is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 203 | 236 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.07 |
| HSL | 189.57º | 0.84% | 0.52% | - |
| HSV(B) | 189.57º | 0.88% | 0.93% | - |
| XYZ | 37 | 49.03 | 86.87 | - |
| YUV | 154.74 | 173.85 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 236 | 0.88 | 0.14 | 0 | 0.07 | 189.57 | 0.84 | 0.52 |
| Hex | 1D | CB | EC | 58 | E | 0 | 7 | BE | 54 | 34 |
| Octal | 35 | 313 | 354 | 130 | 16 | 0 | 7 | 276 | 124 | 64 |
| Binary | 11101 | 11001011 | 11101100 | 1011000 | 1110 | 0 | 111 | 10111110 | 1010100 | 110100 |
Color Harmonies of #1DCBEC
Complementary color
Monochromatic Colors of #1DCBEC
Black with #1DCBEC
Text Example
Text Example
White with #1DCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBEC; }
p { color: rgb(29,203,236); }
H1.HeaderClassName
{
color: #1DCBEC;
}
.AnyTagClassName
{
color: #1DCBEC;
}
</style>
background-color css
<style>
a { background-color: #1DCBEC; }
a { background-color: rgb(29,203,236); }
div.DivClassName
{
background-color: #1DCBEC;
}
.BgClassName
{
background-color: #1DCBEC;
}
</style>
border-color css
<style>
span { border-color: #1DCBEC; }
span { border-color: rgb(29,203,236); }
td.TdClassName
{
border-color: #1DCBEC;
}
.TagClassName
{
border-color: #1DCBEC;
}
</style>