Shades of Deep Sky Blue #1DC9EF
Tints of Deep Sky Blue #1DC9EF
RGB
CMYK
RGB Variations
Color information
#1DC9EF (or 0x1DC9EF) is known color: Deep Sky Blue. HEX triplet: 1D, C9 and EF. RGB value is (29,201,239). Sum of RGB (Red+Green+Blue) = 29+201+239=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DC9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC9EF is #E23610. Grayscale: #999999. Windows color (decimal): -14824977 or 15714589. OLE color: 15714589.
HSL color Cylindrical-coordinate representation of color #1DC9EF: hue angle of 190.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DC9EF is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 201 | 239 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.06 |
| HSL | 190.86º | 0.87% | 0.53% | - |
| HSV(B) | 190.86º | 0.88% | 0.94% | - |
| XYZ | 36.97 | 48.27 | 89.03 | - |
| YUV | 153.9 | 176.02 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 201 | 239 | 0.88 | 0.16 | 0 | 0.06 | 190.86 | 0.87 | 0.53 |
| Hex | 1D | C9 | EF | 58 | 10 | 0 | 6 | BF | 57 | 35 |
| Octal | 35 | 311 | 357 | 130 | 20 | 0 | 6 | 277 | 127 | 65 |
| Binary | 11101 | 11001001 | 11101111 | 1011000 | 10000 | 0 | 110 | 10111111 | 1010111 | 110101 |
Color Harmonies of #1DC9EF
Complementary color
Monochromatic Colors of #1DC9EF
Black with #1DC9EF
Text Example
Text Example
White with #1DC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC9EF; }
p { color: rgb(29,201,239); }
H1.HeaderClassName
{
color: #1DC9EF;
}
.AnyTagClassName
{
color: #1DC9EF;
}
</style>
background-color css
<style>
a { background-color: #1DC9EF; }
a { background-color: rgb(29,201,239); }
div.DivClassName
{
background-color: #1DC9EF;
}
.BgClassName
{
background-color: #1DC9EF;
}
</style>
border-color css
<style>
span { border-color: #1DC9EF; }
span { border-color: rgb(29,201,239); }
td.TdClassName
{
border-color: #1DC9EF;
}
.TagClassName
{
border-color: #1DC9EF;
}
</style>