Shades of Deep Sky Blue #1DCCEF
Tints of Deep Sky Blue #1DCCEF
RGB
CMYK
RGB Variations
Color information
#1DCCEF (or 0x1DCCEF) is known color: Deep Sky Blue. HEX triplet: 1D, CC and EF. RGB value is (29,204,239). Sum of RGB (Red+Green+Blue) = 29+204+239=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DCCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCCEF is #E23310. Grayscale: #9B9B9B. Windows color (decimal): -14824209 or 15715357. OLE color: 15715357.
HSL color Cylindrical-coordinate representation of color #1DCCEF: hue angle of 190º 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 #1DCCEF is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 204 | 239 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.06 |
| HSL | 190º | 0.87% | 0.53% | - |
| HSV(B) | 190º | 0.88% | 0.94% | - |
| XYZ | 37.68 | 49.68 | 89.26 | - |
| YUV | 155.67 | 175.02 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 239 | 0.88 | 0.15 | 0 | 0.06 | 190 | 0.87 | 0.53 |
| Hex | 1D | CC | EF | 58 | F | 0 | 6 | BE | 57 | 35 |
| Octal | 35 | 314 | 357 | 130 | 17 | 0 | 6 | 276 | 127 | 65 |
| Binary | 11101 | 11001100 | 11101111 | 1011000 | 1111 | 0 | 110 | 10111110 | 1010111 | 110101 |
Color Harmonies of #1DCCEF
Complementary color
Monochromatic Colors of #1DCCEF
Black with #1DCCEF
Text Example
Text Example
White with #1DCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCEF; }
p { color: rgb(29,204,239); }
H1.HeaderClassName
{
color: #1DCCEF;
}
.AnyTagClassName
{
color: #1DCCEF;
}
</style>
background-color css
<style>
a { background-color: #1DCCEF; }
a { background-color: rgb(29,204,239); }
div.DivClassName
{
background-color: #1DCCEF;
}
.BgClassName
{
background-color: #1DCCEF;
}
</style>
border-color css
<style>
span { border-color: #1DCCEF; }
span { border-color: rgb(29,204,239); }
td.TdClassName
{
border-color: #1DCCEF;
}
.TagClassName
{
border-color: #1DCCEF;
}
</style>