Shades of Deep Sky Blue #1DCBEB
Tints of Deep Sky Blue #1DCBEB
RGB
CMYK
RGB Variations
Color information
#1DCBEB (or 0x1DCBEB) is known color: Deep Sky Blue. HEX triplet: 1D, CB and EB. RGB value is (29,203,235). Sum of RGB (Red+Green+Blue) = 29+203+235=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DCBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCBEB is #E23414. Grayscale: #9A9A9A. Windows color (decimal): -14824469 or 15452957. OLE color: 15452957.
HSL color Cylindrical-coordinate representation of color #1DCBEB: hue angle of 189.32º 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 #1DCBEB is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 203 | 235 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.08 |
| HSL | 189.32º | 0.84% | 0.52% | - |
| HSV(B) | 189.32º | 0.88% | 0.92% | - |
| XYZ | 36.86 | 48.97 | 86.11 | - |
| YUV | 154.62 | 173.35 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 235 | 0.88 | 0.14 | 0 | 0.08 | 189.32 | 0.84 | 0.52 |
| Hex | 1D | CB | EB | 58 | E | 0 | 8 | BD | 54 | 34 |
| Octal | 35 | 313 | 353 | 130 | 16 | 0 | 10 | 275 | 124 | 64 |
| Binary | 11101 | 11001011 | 11101011 | 1011000 | 1110 | 0 | 1000 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1DCBEB
Complementary color
Monochromatic Colors of #1DCBEB
Black with #1DCBEB
Text Example
Text Example
White with #1DCBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBEB; }
p { color: rgb(29,203,235); }
H1.HeaderClassName
{
color: #1DCBEB;
}
.AnyTagClassName
{
color: #1DCBEB;
}
</style>
background-color css
<style>
a { background-color: #1DCBEB; }
a { background-color: rgb(29,203,235); }
div.DivClassName
{
background-color: #1DCBEB;
}
.BgClassName
{
background-color: #1DCBEB;
}
</style>
border-color css
<style>
span { border-color: #1DCBEB; }
span { border-color: rgb(29,203,235); }
td.TdClassName
{
border-color: #1DCBEB;
}
.TagClassName
{
border-color: #1DCBEB;
}
</style>