Shades of Deep Sky Blue #1DCAEF
Tints of Deep Sky Blue #1DCAEF
RGB
CMYK
RGB Variations
Color information
#1DCAEF (or 0x1DCAEF) is known color: Deep Sky Blue. HEX triplet: 1D, CA and EF. RGB value is (29,202,239). Sum of RGB (Red+Green+Blue) = 29+202+239=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DCAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCAEF is #E23510. Grayscale: #9A9A9A. Windows color (decimal): -14824721 or 15714845. OLE color: 15714845.
HSL color Cylindrical-coordinate representation of color #1DCAEF: hue angle of 190.57º 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 #1DCAEF is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 202 | 239 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.06 |
| HSL | 190.57º | 0.87% | 0.53% | - |
| HSV(B) | 190.57º | 0.88% | 0.94% | - |
| XYZ | 37.21 | 48.73 | 89.11 | - |
| YUV | 154.49 | 175.69 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 239 | 0.88 | 0.15 | 0 | 0.06 | 190.57 | 0.87 | 0.53 |
| Hex | 1D | CA | EF | 58 | F | 0 | 6 | BF | 57 | 35 |
| Octal | 35 | 312 | 357 | 130 | 17 | 0 | 6 | 277 | 127 | 65 |
| Binary | 11101 | 11001010 | 11101111 | 1011000 | 1111 | 0 | 110 | 10111111 | 1010111 | 110101 |
Color Harmonies of #1DCAEF
Complementary color
Monochromatic Colors of #1DCAEF
Black with #1DCAEF
Text Example
Text Example
White with #1DCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCAEF; }
p { color: rgb(29,202,239); }
H1.HeaderClassName
{
color: #1DCAEF;
}
.AnyTagClassName
{
color: #1DCAEF;
}
</style>
background-color css
<style>
a { background-color: #1DCAEF; }
a { background-color: rgb(29,202,239); }
div.DivClassName
{
background-color: #1DCAEF;
}
.BgClassName
{
background-color: #1DCAEF;
}
</style>
border-color css
<style>
span { border-color: #1DCAEF; }
span { border-color: rgb(29,202,239); }
td.TdClassName
{
border-color: #1DCAEF;
}
.TagClassName
{
border-color: #1DCAEF;
}
</style>