Shades of Deep Sky Blue #1DC2EF
Tints of Deep Sky Blue #1DC2EF
RGB
CMYK
RGB Variations
Color information
#1DC2EF (or 0x1DC2EF) is known color: Deep Sky Blue. HEX triplet: 1D, C2 and EF. RGB value is (29,194,239). Sum of RGB (Red+Green+Blue) = 29+194+239=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DC2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC2EF is #E23D10. Grayscale: #959595. Windows color (decimal): -14826769 or 15712797. OLE color: 15712797.
HSL color Cylindrical-coordinate representation of color #1DC2EF: hue angle of 192.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 #1DC2EF is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 194 | 239 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.06 |
| HSL | 192.86º | 0.87% | 0.53% | - |
| HSV(B) | 192.86º | 0.88% | 0.94% | - |
| XYZ | 35.38 | 45.08 | 88.5 | - |
| YUV | 149.8 | 178.34 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 239 | 0.88 | 0.19 | 0 | 0.06 | 192.86 | 0.87 | 0.53 |
| Hex | 1D | C2 | EF | 58 | 13 | 0 | 6 | C1 | 57 | 35 |
| Octal | 35 | 302 | 357 | 130 | 23 | 0 | 6 | 301 | 127 | 65 |
| Binary | 11101 | 11000010 | 11101111 | 1011000 | 10011 | 0 | 110 | 11000001 | 1010111 | 110101 |
Color Harmonies of #1DC2EF
Complementary color
Monochromatic Colors of #1DC2EF
Black with #1DC2EF
Text Example
Text Example
White with #1DC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC2EF; }
p { color: rgb(29,194,239); }
H1.HeaderClassName
{
color: #1DC2EF;
}
.AnyTagClassName
{
color: #1DC2EF;
}
</style>
background-color css
<style>
a { background-color: #1DC2EF; }
a { background-color: rgb(29,194,239); }
div.DivClassName
{
background-color: #1DC2EF;
}
.BgClassName
{
background-color: #1DC2EF;
}
</style>
border-color css
<style>
span { border-color: #1DC2EF; }
span { border-color: rgb(29,194,239); }
td.TdClassName
{
border-color: #1DC2EF;
}
.TagClassName
{
border-color: #1DC2EF;
}
</style>