Shades of Deep Sky Blue #1DC5EC
Tints of Deep Sky Blue #1DC5EC
RGB
CMYK
RGB Variations
Color information
#1DC5EC (or 0x1DC5EC) is known color: Deep Sky Blue. HEX triplet: 1D, C5 and EC. RGB value is (29,197,236). Sum of RGB (Red+Green+Blue) = 29+197+236=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DC5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC5EC is #E23A13. Grayscale: #969696. Windows color (decimal): -14826004 or 15516957. OLE color: 15516957.
HSL color Cylindrical-coordinate representation of color #1DC5EC: hue angle of 191.3º 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 #1DC5EC is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 197 | 236 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.07 |
| HSL | 191.3º | 0.84% | 0.52% | - |
| HSV(B) | 191.3º | 0.88% | 0.93% | - |
| XYZ | 35.61 | 46.25 | 86.41 | - |
| YUV | 151.21 | 175.84 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 236 | 0.88 | 0.17 | 0 | 0.07 | 191.3 | 0.84 | 0.52 |
| Hex | 1D | C5 | EC | 58 | 11 | 0 | 7 | BF | 54 | 34 |
| Octal | 35 | 305 | 354 | 130 | 21 | 0 | 7 | 277 | 124 | 64 |
| Binary | 11101 | 11000101 | 11101100 | 1011000 | 10001 | 0 | 111 | 10111111 | 1010100 | 110100 |
Color Harmonies of #1DC5EC
Complementary color
Monochromatic Colors of #1DC5EC
Black with #1DC5EC
Text Example
Text Example
White with #1DC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC5EC; }
p { color: rgb(29,197,236); }
H1.HeaderClassName
{
color: #1DC5EC;
}
.AnyTagClassName
{
color: #1DC5EC;
}
</style>
background-color css
<style>
a { background-color: #1DC5EC; }
a { background-color: rgb(29,197,236); }
div.DivClassName
{
background-color: #1DC5EC;
}
.BgClassName
{
background-color: #1DC5EC;
}
</style>
border-color css
<style>
span { border-color: #1DC5EC; }
span { border-color: rgb(29,197,236); }
td.TdClassName
{
border-color: #1DC5EC;
}
.TagClassName
{
border-color: #1DC5EC;
}
</style>