Shades of Deep Sky Blue #20BFF9
Tints of Deep Sky Blue #20BFF9
RGB
CMYK
RGB Variations
Color information
#20BFF9 (or 0x20BFF9) is known color: Deep Sky Blue. HEX triplet: 20, BF and F9. RGB value is (32,191,249). Sum of RGB (Red+Green+Blue) = 32+191+249=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 191 (75% from 255 or 40.47% 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 #20BFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BFF9 is #DF4006. Grayscale: #959595. Windows color (decimal): -14630919 or 16367392. OLE color: 16367392.
HSL color Cylindrical-coordinate representation of color #20BFF9: hue angle of 196.04º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BFF9 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 191 | 249 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.02 |
| HSL | 196.04º | 0.95% | 0.55% | - |
| HSV(B) | 196.04º | 0.87% | 0.98% | - |
| XYZ | 36.33 | 44.41 | 96.28 | - |
| YUV | 150.07 | 183.82 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 249 | 0.87 | 0.23 | 0 | 0.02 | 196.04 | 0.95 | 0.55 |
| Hex | 20 | BF | F9 | 57 | 17 | 0 | 2 | C4 | 5F | 37 |
| Octal | 40 | 277 | 371 | 127 | 27 | 0 | 2 | 304 | 137 | 67 |
| Binary | 100000 | 10111111 | 11111001 | 1010111 | 10111 | 0 | 10 | 11000100 | 1011111 | 110111 |
Color Harmonies of #20BFF9
Complementary color
Monochromatic Colors of #20BFF9
Black with #20BFF9
Text Example
Text Example
White with #20BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFF9; }
p { color: rgb(32,191,249); }
H1.HeaderClassName
{
color: #20BFF9;
}
.AnyTagClassName
{
color: #20BFF9;
}
</style>
background-color css
<style>
a { background-color: #20BFF9; }
a { background-color: rgb(32,191,249); }
div.DivClassName
{
background-color: #20BFF9;
}
.BgClassName
{
background-color: #20BFF9;
}
</style>
border-color css
<style>
span { border-color: #20BFF9; }
span { border-color: rgb(32,191,249); }
td.TdClassName
{
border-color: #20BFF9;
}
.TagClassName
{
border-color: #20BFF9;
}
</style>