Shades of Deep Sky Blue #1DCAE9
Tints of Deep Sky Blue #1DCAE9
RGB
CMYK
RGB Variations
Color information
#1DCAE9 (or 0x1DCAE9) is known color: Deep Sky Blue. HEX triplet: 1D, CA and E9. RGB value is (29,202,233). Sum of RGB (Red+Green+Blue) = 29+202+233=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #1DCAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCAE9 is #E23516. Grayscale: #999999. Windows color (decimal): -14824727 or 15321629. OLE color: 15321629.
HSL color Cylindrical-coordinate representation of color #1DCAE9: hue angle of 189.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCAE9 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 202 | 233 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.09 |
| HSL | 189.12º | 0.82% | 0.51% | - |
| HSV(B) | 189.12º | 0.88% | 0.91% | - |
| XYZ | 36.34 | 48.39 | 84.52 | - |
| YUV | 153.81 | 172.69 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 233 | 0.88 | 0.13 | 0 | 0.09 | 189.12 | 0.82 | 0.51 |
| Hex | 1D | CA | E9 | 58 | D | 0 | 9 | BD | 52 | 33 |
| Octal | 35 | 312 | 351 | 130 | 15 | 0 | 11 | 275 | 122 | 63 |
| Binary | 11101 | 11001010 | 11101001 | 1011000 | 1101 | 0 | 1001 | 10111101 | 1010010 | 110011 |
Color Harmonies of #1DCAE9
Complementary color
Monochromatic Colors of #1DCAE9
Black with #1DCAE9
Text Example
Text Example
White with #1DCAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCAE9; }
p { color: rgb(29,202,233); }
H1.HeaderClassName
{
color: #1DCAE9;
}
.AnyTagClassName
{
color: #1DCAE9;
}
</style>
background-color css
<style>
a { background-color: #1DCAE9; }
a { background-color: rgb(29,202,233); }
div.DivClassName
{
background-color: #1DCAE9;
}
.BgClassName
{
background-color: #1DCAE9;
}
</style>
border-color css
<style>
span { border-color: #1DCAE9; }
span { border-color: rgb(29,202,233); }
td.TdClassName
{
border-color: #1DCAE9;
}
.TagClassName
{
border-color: #1DCAE9;
}
</style>