Shades of Deep Sky Blue #1DCDEE
Tints of Deep Sky Blue #1DCDEE
RGB
CMYK
RGB Variations
Color information
#1DCDEE (or 0x1DCDEE) is known color: Deep Sky Blue. HEX triplet: 1D, CD and EE. RGB value is (29,205,238). Sum of RGB (Red+Green+Blue) = 29+205+238=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DCDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCDEE is #E23211. Grayscale: #9B9B9B. Windows color (decimal): -14823954 or 15650077. OLE color: 15650077.
HSL color Cylindrical-coordinate representation of color #1DCDEE: hue angle of 189.47º 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 #1DCDEE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 205 | 238 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.07 |
| HSL | 189.47º | 0.86% | 0.52% | - |
| HSV(B) | 189.47º | 0.88% | 0.93% | - |
| XYZ | 37.77 | 50.1 | 88.57 | - |
| YUV | 156.14 | 174.19 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 238 | 0.88 | 0.14 | 0 | 0.07 | 189.47 | 0.86 | 0.52 |
| Hex | 1D | CD | EE | 58 | E | 0 | 7 | BD | 56 | 34 |
| Octal | 35 | 315 | 356 | 130 | 16 | 0 | 7 | 275 | 126 | 64 |
| Binary | 11101 | 11001101 | 11101110 | 1011000 | 1110 | 0 | 111 | 10111101 | 1010110 | 110100 |
Color Harmonies of #1DCDEE
Complementary color
Monochromatic Colors of #1DCDEE
Black with #1DCDEE
Text Example
Text Example
White with #1DCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDEE; }
p { color: rgb(29,205,238); }
H1.HeaderClassName
{
color: #1DCDEE;
}
.AnyTagClassName
{
color: #1DCDEE;
}
</style>
background-color css
<style>
a { background-color: #1DCDEE; }
a { background-color: rgb(29,205,238); }
div.DivClassName
{
background-color: #1DCDEE;
}
.BgClassName
{
background-color: #1DCDEE;
}
</style>
border-color css
<style>
span { border-color: #1DCDEE; }
span { border-color: rgb(29,205,238); }
td.TdClassName
{
border-color: #1DCDEE;
}
.TagClassName
{
border-color: #1DCDEE;
}
</style>