Shades of Deep Sky Blue #1DD0EE
Tints of Deep Sky Blue #1DD0EE
RGB
CMYK
RGB Variations
Color information
#1DD0EE (or 0x1DD0EE) is known color: Deep Sky Blue. HEX triplet: 1D, D0 and EE. RGB value is (29,208,238). Sum of RGB (Red+Green+Blue) = 29+208+238=475 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.11% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DD0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD0EE is #E22F11. Grayscale: #9D9D9D. Windows color (decimal): -14823186 or 15650845. OLE color: 15650845.
HSL color Cylindrical-coordinate representation of color #1DD0EE: hue angle of 188.61º 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 #1DD0EE is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 208 | 238 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.07 |
| HSL | 188.61º | 0.86% | 0.52% | - |
| HSV(B) | 188.61º | 0.88% | 0.93% | - |
| XYZ | 38.5 | 51.55 | 88.81 | - |
| YUV | 157.9 | 173.2 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 238 | 0.88 | 0.13 | 0 | 0.07 | 188.61 | 0.86 | 0.52 |
| Hex | 1D | D0 | EE | 58 | D | 0 | 7 | BD | 56 | 34 |
| Octal | 35 | 320 | 356 | 130 | 15 | 0 | 7 | 275 | 126 | 64 |
| Binary | 11101 | 11010000 | 11101110 | 1011000 | 1101 | 0 | 111 | 10111101 | 1010110 | 110100 |
Color Harmonies of #1DD0EE
Complementary color
Monochromatic Colors of #1DD0EE
Black with #1DD0EE
Text Example
Text Example
White with #1DD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD0EE; }
p { color: rgb(29,208,238); }
H1.HeaderClassName
{
color: #1DD0EE;
}
.AnyTagClassName
{
color: #1DD0EE;
}
</style>
background-color css
<style>
a { background-color: #1DD0EE; }
a { background-color: rgb(29,208,238); }
div.DivClassName
{
background-color: #1DD0EE;
}
.BgClassName
{
background-color: #1DD0EE;
}
</style>
border-color css
<style>
span { border-color: #1DD0EE; }
span { border-color: rgb(29,208,238); }
td.TdClassName
{
border-color: #1DD0EE;
}
.TagClassName
{
border-color: #1DD0EE;
}
</style>