Shades of Deep Sky Blue #1DCCEB
Tints of Deep Sky Blue #1DCCEB
RGB
CMYK
RGB Variations
Color information
#1DCCEB (or 0x1DCCEB) is known color: Deep Sky Blue. HEX triplet: 1D, CC and EB. RGB value is (29,204,235). Sum of RGB (Red+Green+Blue) = 29+204+235=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DCCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCCEB is #E23314. Grayscale: #9A9A9A. Windows color (decimal): -14824213 or 15453213. OLE color: 15453213.
HSL color Cylindrical-coordinate representation of color #1DCCEB: hue angle of 189.03º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCCEB is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 204 | 235 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.08 |
| HSL | 189.03º | 0.84% | 0.52% | - |
| HSV(B) | 189.03º | 0.88% | 0.92% | - |
| XYZ | 37.09 | 49.45 | 86.19 | - |
| YUV | 155.21 | 173.02 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 235 | 0.88 | 0.13 | 0 | 0.08 | 189.03 | 0.84 | 0.52 |
| Hex | 1D | CC | EB | 58 | D | 0 | 8 | BD | 54 | 34 |
| Octal | 35 | 314 | 353 | 130 | 15 | 0 | 10 | 275 | 124 | 64 |
| Binary | 11101 | 11001100 | 11101011 | 1011000 | 1101 | 0 | 1000 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1DCCEB
Complementary color
Monochromatic Colors of #1DCCEB
Black with #1DCCEB
Text Example
Text Example
White with #1DCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCEB; }
p { color: rgb(29,204,235); }
H1.HeaderClassName
{
color: #1DCCEB;
}
.AnyTagClassName
{
color: #1DCCEB;
}
</style>
background-color css
<style>
a { background-color: #1DCCEB; }
a { background-color: rgb(29,204,235); }
div.DivClassName
{
background-color: #1DCCEB;
}
.BgClassName
{
background-color: #1DCCEB;
}
</style>
border-color css
<style>
span { border-color: #1DCCEB; }
span { border-color: rgb(29,204,235); }
td.TdClassName
{
border-color: #1DCCEB;
}
.TagClassName
{
border-color: #1DCCEB;
}
</style>