Shades of Deep Sky Blue #1DBFF9
Tints of Deep Sky Blue #1DBFF9
RGB
CMYK
RGB Variations
Color information
#1DBFF9 (or 0x1DBFF9) is known color: Deep Sky Blue. HEX triplet: 1D, BF and F9. RGB value is (29,191,249). Sum of RGB (Red+Green+Blue) = 29+191+249=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #1DBFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFF9 is #E24006. Grayscale: #949494. Windows color (decimal): -14827527 or 16367389. OLE color: 16367389.
HSL color Cylindrical-coordinate representation of color #1DBFF9: hue angle of 195.82º 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 #1DBFF9 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 191 | 249 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.02 |
| HSL | 195.82º | 0.95% | 0.55% | - |
| HSV(B) | 195.82º | 0.88% | 0.98% | - |
| XYZ | 36.24 | 44.36 | 96.28 | - |
| YUV | 149.17 | 184.33 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 249 | 0.88 | 0.23 | 0 | 0.02 | 195.82 | 0.95 | 0.55 |
| Hex | 1D | BF | F9 | 58 | 17 | 0 | 2 | C4 | 5F | 37 |
| Octal | 35 | 277 | 371 | 130 | 27 | 0 | 2 | 304 | 137 | 67 |
| Binary | 11101 | 10111111 | 11111001 | 1011000 | 10111 | 0 | 10 | 11000100 | 1011111 | 110111 |
Color Harmonies of #1DBFF9
Complementary color
Monochromatic Colors of #1DBFF9
Black with #1DBFF9
Text Example
Text Example
White with #1DBFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFF9; }
p { color: rgb(29,191,249); }
H1.HeaderClassName
{
color: #1DBFF9;
}
.AnyTagClassName
{
color: #1DBFF9;
}
</style>
background-color css
<style>
a { background-color: #1DBFF9; }
a { background-color: rgb(29,191,249); }
div.DivClassName
{
background-color: #1DBFF9;
}
.BgClassName
{
background-color: #1DBFF9;
}
</style>
border-color css
<style>
span { border-color: #1DBFF9; }
span { border-color: rgb(29,191,249); }
td.TdClassName
{
border-color: #1DBFF9;
}
.TagClassName
{
border-color: #1DBFF9;
}
</style>