Shades of Deep Sky Blue #1DCBE9
Tints of Deep Sky Blue #1DCBE9
RGB
CMYK
RGB Variations
Color information
#1DCBE9 (or 0x1DCBE9) is known color: Deep Sky Blue. HEX triplet: 1D, CB and E9. RGB value is (29,203,233). Sum of RGB (Red+Green+Blue) = 29+203+233=465 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.24% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #1DCBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCBE9 is #E23416. Grayscale: #9A9A9A. Windows color (decimal): -14824471 or 15321885. OLE color: 15321885.
HSL color Cylindrical-coordinate representation of color #1DCBE9: hue angle of 188.82º 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 #1DCBE9 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 203 | 233 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.09 |
| HSL | 188.82º | 0.82% | 0.51% | - |
| HSV(B) | 188.82º | 0.88% | 0.91% | - |
| XYZ | 36.57 | 48.86 | 84.59 | - |
| YUV | 154.39 | 172.35 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 233 | 0.88 | 0.13 | 0 | 0.09 | 188.82 | 0.82 | 0.51 |
| Hex | 1D | CB | E9 | 58 | D | 0 | 9 | BD | 52 | 33 |
| Octal | 35 | 313 | 351 | 130 | 15 | 0 | 11 | 275 | 122 | 63 |
| Binary | 11101 | 11001011 | 11101001 | 1011000 | 1101 | 0 | 1001 | 10111101 | 1010010 | 110011 |
Color Harmonies of #1DCBE9
Complementary color
Monochromatic Colors of #1DCBE9
Black with #1DCBE9
Text Example
Text Example
White with #1DCBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBE9; }
p { color: rgb(29,203,233); }
H1.HeaderClassName
{
color: #1DCBE9;
}
.AnyTagClassName
{
color: #1DCBE9;
}
</style>
background-color css
<style>
a { background-color: #1DCBE9; }
a { background-color: rgb(29,203,233); }
div.DivClassName
{
background-color: #1DCBE9;
}
.BgClassName
{
background-color: #1DCBE9;
}
</style>
border-color css
<style>
span { border-color: #1DCBE9; }
span { border-color: rgb(29,203,233); }
td.TdClassName
{
border-color: #1DCBE9;
}
.TagClassName
{
border-color: #1DCBE9;
}
</style>