Shades of Deep Sky Blue #1DD6F9
Tints of Deep Sky Blue #1DD6F9
RGB
CMYK
RGB Variations
Color information
#1DD6F9 (or 0x1DD6F9) is known color: Deep Sky Blue. HEX triplet: 1D, D6 and F9. RGB value is (29,214,249). Sum of RGB (Red+Green+Blue) = 29+214+249=492 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.89% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #1DD6F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD6F9 is #E22906. Grayscale: #A2A2A2. Windows color (decimal): -14821639 or 16373277. OLE color: 16373277.
HSL color Cylindrical-coordinate representation of color #1DD6F9: hue angle of 189.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DD6F9 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 214 | 249 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.02 |
| HSL | 189.55º | 0.95% | 0.55% | - |
| HSV(B) | 189.55º | 0.88% | 0.98% | - |
| XYZ | 41.65 | 55.19 | 98.08 | - |
| YUV | 162.68 | 176.71 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 249 | 0.88 | 0.14 | 0 | 0.02 | 189.55 | 0.95 | 0.55 |
| Hex | 1D | D6 | F9 | 58 | E | 0 | 2 | BE | 5F | 37 |
| Octal | 35 | 326 | 371 | 130 | 16 | 0 | 2 | 276 | 137 | 67 |
| Binary | 11101 | 11010110 | 11111001 | 1011000 | 1110 | 0 | 10 | 10111110 | 1011111 | 110111 |
Color Harmonies of #1DD6F9
Complementary color
Monochromatic Colors of #1DD6F9
Black with #1DD6F9
Text Example
Text Example
White with #1DD6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD6F9; }
p { color: rgb(29,214,249); }
H1.HeaderClassName
{
color: #1DD6F9;
}
.AnyTagClassName
{
color: #1DD6F9;
}
</style>
background-color css
<style>
a { background-color: #1DD6F9; }
a { background-color: rgb(29,214,249); }
div.DivClassName
{
background-color: #1DD6F9;
}
.BgClassName
{
background-color: #1DD6F9;
}
</style>
border-color css
<style>
span { border-color: #1DD6F9; }
span { border-color: rgb(29,214,249); }
td.TdClassName
{
border-color: #1DD6F9;
}
.TagClassName
{
border-color: #1DD6F9;
}
</style>