Shades of Deep Sky Blue #1DC9ED
Tints of Deep Sky Blue #1DC9ED
RGB
CMYK
RGB Variations
Color information
#1DC9ED (or 0x1DC9ED) is known color: Deep Sky Blue. HEX triplet: 1D, C9 and ED. RGB value is (29,201,237). Sum of RGB (Red+Green+Blue) = 29+201+237=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #1DC9ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC9ED is #E23612. Grayscale: #999999. Windows color (decimal): -14824979 or 15583517. OLE color: 15583517.
HSL color Cylindrical-coordinate representation of color #1DC9ED: hue angle of 190.38º degrees, saturation: 0.85, 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 #1DC9ED is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 201 | 237 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.07 |
| HSL | 190.38º | 0.85% | 0.52% | - |
| HSV(B) | 190.38º | 0.88% | 0.93% | - |
| XYZ | 36.68 | 48.15 | 87.48 | - |
| YUV | 153.68 | 175.02 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 201 | 237 | 0.88 | 0.15 | 0 | 0.07 | 190.38 | 0.85 | 0.52 |
| Hex | 1D | C9 | ED | 58 | F | 0 | 7 | BE | 55 | 34 |
| Octal | 35 | 311 | 355 | 130 | 17 | 0 | 7 | 276 | 125 | 64 |
| Binary | 11101 | 11001001 | 11101101 | 1011000 | 1111 | 0 | 111 | 10111110 | 1010101 | 110100 |
Color Harmonies of #1DC9ED
Complementary color
Monochromatic Colors of #1DC9ED
Black with #1DC9ED
Text Example
Text Example
White with #1DC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC9ED; }
p { color: rgb(29,201,237); }
H1.HeaderClassName
{
color: #1DC9ED;
}
.AnyTagClassName
{
color: #1DC9ED;
}
</style>
background-color css
<style>
a { background-color: #1DC9ED; }
a { background-color: rgb(29,201,237); }
div.DivClassName
{
background-color: #1DC9ED;
}
.BgClassName
{
background-color: #1DC9ED;
}
</style>
border-color css
<style>
span { border-color: #1DC9ED; }
span { border-color: rgb(29,201,237); }
td.TdClassName
{
border-color: #1DC9ED;
}
.TagClassName
{
border-color: #1DC9ED;
}
</style>