Shades of Deep Sky Blue #1DD9FF
Tints of Deep Sky Blue #1DD9FF
RGB
CMYK
RGB Variations
Color information
#1DD9FF (or 0x1DD9FF) is known color: Deep Sky Blue. HEX triplet: 1D, D9 and FF. RGB value is (29,217,255). Sum of RGB (Red+Green+Blue) = 29+217+255=501 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.79% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DD9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD9FF is #E22600. Grayscale: #A4A4A4. Windows color (decimal): -14820865 or 16767261. OLE color: 16767261.
HSL color Cylindrical-coordinate representation of color #1DD9FF: hue angle of 190.09º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DD9FF is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 217 | 255 | - |
| CMYK | 0.89 | 0.15 | 0 | 0 |
| HSL | 190.09º | 1% | 0.56% | - |
| HSV(B) | 190.09º | 0.89% | 1% | - |
| XYZ | 43.37 | 57.11 | 103.34 | - |
| YUV | 165.12 | 178.72 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 255 | 0.89 | 0.15 | 0 | 0 | 190.09 | 1 | 0.56 |
| Hex | 1D | D9 | FF | 59 | F | 0 | 0 | BE | 64 | 38 |
| Octal | 35 | 331 | 377 | 131 | 17 | 0 | 0 | 276 | 144 | 70 |
| Binary | 11101 | 11011001 | 11111111 | 1011001 | 1111 | 0 | 0 | 10111110 | 1100100 | 111000 |
Color Harmonies of #1DD9FF
Complementary color
Monochromatic Colors of #1DD9FF
Black with #1DD9FF
Text Example
Text Example
White with #1DD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD9FF; }
p { color: rgb(29,217,255); }
H1.HeaderClassName
{
color: #1DD9FF;
}
.AnyTagClassName
{
color: #1DD9FF;
}
</style>
background-color css
<style>
a { background-color: #1DD9FF; }
a { background-color: rgb(29,217,255); }
div.DivClassName
{
background-color: #1DD9FF;
}
.BgClassName
{
background-color: #1DD9FF;
}
</style>
border-color css
<style>
span { border-color: #1DD9FF; }
span { border-color: rgb(29,217,255); }
td.TdClassName
{
border-color: #1DD9FF;
}
.TagClassName
{
border-color: #1DD9FF;
}
</style>