Shades of Deep Sky Blue #1DC8EB
Tints of Deep Sky Blue #1DC8EB
RGB
CMYK
RGB Variations
Color information
#1DC8EB (or 0x1DC8EB) is known color: Deep Sky Blue. HEX triplet: 1D, C8 and EB. RGB value is (29,200,235). Sum of RGB (Red+Green+Blue) = 29+200+235=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DC8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC8EB is #E23714. Grayscale: #989898. Windows color (decimal): -14825237 or 15452189. OLE color: 15452189.
HSL color Cylindrical-coordinate representation of color #1DC8EB: hue angle of 190.19º 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 #1DC8EB is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 200 | 235 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.08 |
| HSL | 190.19º | 0.84% | 0.52% | - |
| HSV(B) | 190.19º | 0.88% | 0.92% | - |
| XYZ | 36.16 | 47.57 | 85.87 | - |
| YUV | 152.86 | 174.35 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 235 | 0.88 | 0.15 | 0 | 0.08 | 190.19 | 0.84 | 0.52 |
| Hex | 1D | C8 | EB | 58 | F | 0 | 8 | BE | 54 | 34 |
| Octal | 35 | 310 | 353 | 130 | 17 | 0 | 10 | 276 | 124 | 64 |
| Binary | 11101 | 11001000 | 11101011 | 1011000 | 1111 | 0 | 1000 | 10111110 | 1010100 | 110100 |
Color Harmonies of #1DC8EB
Complementary color
Monochromatic Colors of #1DC8EB
Black with #1DC8EB
Text Example
Text Example
White with #1DC8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC8EB; }
p { color: rgb(29,200,235); }
H1.HeaderClassName
{
color: #1DC8EB;
}
.AnyTagClassName
{
color: #1DC8EB;
}
</style>
background-color css
<style>
a { background-color: #1DC8EB; }
a { background-color: rgb(29,200,235); }
div.DivClassName
{
background-color: #1DC8EB;
}
.BgClassName
{
background-color: #1DC8EB;
}
</style>
border-color css
<style>
span { border-color: #1DC8EB; }
span { border-color: rgb(29,200,235); }
td.TdClassName
{
border-color: #1DC8EB;
}
.TagClassName
{
border-color: #1DC8EB;
}
</style>