Shades of Deep Sky Blue #1DCEEE
Tints of Deep Sky Blue #1DCEEE
RGB
CMYK
RGB Variations
Color information
#1DCEEE (or 0x1DCEEE) is known color: Deep Sky Blue. HEX triplet: 1D, CE and EE. RGB value is (29,206,238). Sum of RGB (Red+Green+Blue) = 29+206+238=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DCEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCEEE is #E23111. Grayscale: #9C9C9C. Windows color (decimal): -14823698 or 15650333. OLE color: 15650333.
HSL color Cylindrical-coordinate representation of color #1DCEEE: hue angle of 189.19º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCEEE is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 206 | 238 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.07 |
| HSL | 189.19º | 0.86% | 0.52% | - |
| HSV(B) | 189.19º | 0.88% | 0.93% | - |
| XYZ | 38.01 | 50.58 | 88.65 | - |
| YUV | 156.73 | 173.86 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 238 | 0.88 | 0.13 | 0 | 0.07 | 189.19 | 0.86 | 0.52 |
| Hex | 1D | CE | EE | 58 | D | 0 | 7 | BD | 56 | 34 |
| Octal | 35 | 316 | 356 | 130 | 15 | 0 | 7 | 275 | 126 | 64 |
| Binary | 11101 | 11001110 | 11101110 | 1011000 | 1101 | 0 | 111 | 10111101 | 1010110 | 110100 |
Color Harmonies of #1DCEEE
Complementary color
Monochromatic Colors of #1DCEEE
Black with #1DCEEE
Text Example
Text Example
White with #1DCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEEE; }
p { color: rgb(29,206,238); }
H1.HeaderClassName
{
color: #1DCEEE;
}
.AnyTagClassName
{
color: #1DCEEE;
}
</style>
background-color css
<style>
a { background-color: #1DCEEE; }
a { background-color: rgb(29,206,238); }
div.DivClassName
{
background-color: #1DCEEE;
}
.BgClassName
{
background-color: #1DCEEE;
}
</style>
border-color css
<style>
span { border-color: #1DCEEE; }
span { border-color: rgb(29,206,238); }
td.TdClassName
{
border-color: #1DCEEE;
}
.TagClassName
{
border-color: #1DCEEE;
}
</style>