Shades of Deep Sky Blue #1DBCF9
Tints of Deep Sky Blue #1DBCF9
RGB
CMYK
RGB Variations
Color information
#1DBCF9 (or 0x1DBCF9) is known color: Deep Sky Blue. HEX triplet: 1D, BC and F9. RGB value is (29,188,249). Sum of RGB (Red+Green+Blue) = 29+188+249=466 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.22% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #1DBCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBCF9 is #E24306. Grayscale: #939393. Windows color (decimal): -14828295 or 16366621. OLE color: 16366621.
HSL color Cylindrical-coordinate representation of color #1DBCF9: hue angle of 196.64º 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 #1DBCF9 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 188 | 249 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.02 |
| HSL | 196.64º | 0.95% | 0.55% | - |
| HSV(B) | 196.64º | 0.88% | 0.98% | - |
| XYZ | 35.59 | 43.07 | 96.06 | - |
| YUV | 147.41 | 185.32 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 249 | 0.88 | 0.24 | 0 | 0.02 | 196.64 | 0.95 | 0.55 |
| Hex | 1D | BC | F9 | 58 | 18 | 0 | 2 | C5 | 5F | 37 |
| Octal | 35 | 274 | 371 | 130 | 30 | 0 | 2 | 305 | 137 | 67 |
| Binary | 11101 | 10111100 | 11111001 | 1011000 | 11000 | 0 | 10 | 11000101 | 1011111 | 110111 |
Color Harmonies of #1DBCF9
Complementary color
Monochromatic Colors of #1DBCF9
Black with #1DBCF9
Text Example
Text Example
White with #1DBCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCF9; }
p { color: rgb(29,188,249); }
H1.HeaderClassName
{
color: #1DBCF9;
}
.AnyTagClassName
{
color: #1DBCF9;
}
</style>
background-color css
<style>
a { background-color: #1DBCF9; }
a { background-color: rgb(29,188,249); }
div.DivClassName
{
background-color: #1DBCF9;
}
.BgClassName
{
background-color: #1DBCF9;
}
</style>
border-color css
<style>
span { border-color: #1DBCF9; }
span { border-color: rgb(29,188,249); }
td.TdClassName
{
border-color: #1DBCF9;
}
.TagClassName
{
border-color: #1DBCF9;
}
</style>