Shades of Deep Sky Blue #1DC2F9
Tints of Deep Sky Blue #1DC2F9
RGB
CMYK
RGB Variations
Color information
#1DC2F9 (or 0x1DC2F9) is known color: Deep Sky Blue. HEX triplet: 1D, C2 and F9. RGB value is (29,194,249). Sum of RGB (Red+Green+Blue) = 29+194+249=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #1DC2F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC2F9 is #E23D06. Grayscale: #969696. Windows color (decimal): -14826759 or 16368157. OLE color: 16368157.
HSL color Cylindrical-coordinate representation of color #1DC2F9: hue angle of 195º 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 #1DC2F9 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 194 | 249 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.02 |
| HSL | 195º | 0.95% | 0.55% | - |
| HSV(B) | 195º | 0.88% | 0.98% | - |
| XYZ | 36.9 | 45.68 | 96.5 | - |
| YUV | 150.94 | 183.34 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 249 | 0.88 | 0.22 | 0 | 0.02 | 195 | 0.95 | 0.55 |
| Hex | 1D | C2 | F9 | 58 | 16 | 0 | 2 | C3 | 5F | 37 |
| Octal | 35 | 302 | 371 | 130 | 26 | 0 | 2 | 303 | 137 | 67 |
| Binary | 11101 | 11000010 | 11111001 | 1011000 | 10110 | 0 | 10 | 11000011 | 1011111 | 110111 |
Color Harmonies of #1DC2F9
Complementary color
Monochromatic Colors of #1DC2F9
Black with #1DC2F9
Text Example
Text Example
White with #1DC2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC2F9; }
p { color: rgb(29,194,249); }
H1.HeaderClassName
{
color: #1DC2F9;
}
.AnyTagClassName
{
color: #1DC2F9;
}
</style>
background-color css
<style>
a { background-color: #1DC2F9; }
a { background-color: rgb(29,194,249); }
div.DivClassName
{
background-color: #1DC2F9;
}
.BgClassName
{
background-color: #1DC2F9;
}
</style>
border-color css
<style>
span { border-color: #1DC2F9; }
span { border-color: rgb(29,194,249); }
td.TdClassName
{
border-color: #1DC2F9;
}
.TagClassName
{
border-color: #1DC2F9;
}
</style>