Shades of Deep Sky Blue #20BAF9
Tints of Deep Sky Blue #20BAF9
RGB
CMYK
RGB Variations
Color information
#20BAF9 (or 0x20BAF9) is known color: Deep Sky Blue. HEX triplet: 20, BA and F9. RGB value is (32,186,249). Sum of RGB (Red+Green+Blue) = 32+186+249=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #20BAF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BAF9 is #DF4506. Grayscale: #929292. Windows color (decimal): -14632199 or 16366112. OLE color: 16366112.
HSL color Cylindrical-coordinate representation of color #20BAF9: hue angle of 197.42º 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 #20BAF9 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 186 | 249 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.02 |
| HSL | 197.42º | 0.95% | 0.55% | - |
| HSV(B) | 197.42º | 0.87% | 0.98% | - |
| XYZ | 35.25 | 42.26 | 95.92 | - |
| YUV | 147.14 | 185.48 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 249 | 0.87 | 0.25 | 0 | 0.02 | 197.42 | 0.95 | 0.55 |
| Hex | 20 | BA | F9 | 57 | 19 | 0 | 2 | C5 | 5F | 37 |
| Octal | 40 | 272 | 371 | 127 | 31 | 0 | 2 | 305 | 137 | 67 |
| Binary | 100000 | 10111010 | 11111001 | 1010111 | 11001 | 0 | 10 | 11000101 | 1011111 | 110111 |
Color Harmonies of #20BAF9
Complementary color
Monochromatic Colors of #20BAF9
Black with #20BAF9
Text Example
Text Example
White with #20BAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAF9; }
p { color: rgb(32,186,249); }
H1.HeaderClassName
{
color: #20BAF9;
}
.AnyTagClassName
{
color: #20BAF9;
}
</style>
background-color css
<style>
a { background-color: #20BAF9; }
a { background-color: rgb(32,186,249); }
div.DivClassName
{
background-color: #20BAF9;
}
.BgClassName
{
background-color: #20BAF9;
}
</style>
border-color css
<style>
span { border-color: #20BAF9; }
span { border-color: rgb(32,186,249); }
td.TdClassName
{
border-color: #20BAF9;
}
.TagClassName
{
border-color: #20BAF9;
}
</style>