Shades of Deep Sky Blue #1DC9EC
Tints of Deep Sky Blue #1DC9EC
RGB
CMYK
RGB Variations
Color information
#1DC9EC (or 0x1DC9EC) is known color: Deep Sky Blue. HEX triplet: 1D, C9 and EC. RGB value is (29,201,236). Sum of RGB (Red+Green+Blue) = 29+201+236=466 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.22% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DC9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC9EC is #E23613. Grayscale: #999999. Windows color (decimal): -14824980 or 15517981. OLE color: 15517981.
HSL color Cylindrical-coordinate representation of color #1DC9EC: hue angle of 190.14º 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 #1DC9EC is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 201 | 236 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.07 |
| HSL | 190.14º | 0.84% | 0.52% | - |
| HSV(B) | 190.14º | 0.88% | 0.93% | - |
| XYZ | 36.53 | 48.09 | 86.71 | - |
| YUV | 153.56 | 174.52 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 201 | 236 | 0.88 | 0.15 | 0 | 0.07 | 190.14 | 0.84 | 0.52 |
| Hex | 1D | C9 | EC | 58 | F | 0 | 7 | BE | 54 | 34 |
| Octal | 35 | 311 | 354 | 130 | 17 | 0 | 7 | 276 | 124 | 64 |
| Binary | 11101 | 11001001 | 11101100 | 1011000 | 1111 | 0 | 111 | 10111110 | 1010100 | 110100 |
Color Harmonies of #1DC9EC
Complementary color
Monochromatic Colors of #1DC9EC
Black with #1DC9EC
Text Example
Text Example
White with #1DC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC9EC; }
p { color: rgb(29,201,236); }
H1.HeaderClassName
{
color: #1DC9EC;
}
.AnyTagClassName
{
color: #1DC9EC;
}
</style>
background-color css
<style>
a { background-color: #1DC9EC; }
a { background-color: rgb(29,201,236); }
div.DivClassName
{
background-color: #1DC9EC;
}
.BgClassName
{
background-color: #1DC9EC;
}
</style>
border-color css
<style>
span { border-color: #1DC9EC; }
span { border-color: rgb(29,201,236); }
td.TdClassName
{
border-color: #1DC9EC;
}
.TagClassName
{
border-color: #1DC9EC;
}
</style>