Shades of Deep Sky Blue #20C9FA
Tints of Deep Sky Blue #20C9FA
RGB
CMYK
RGB Variations
Color information
#20C9FA (or 0x20C9FA) is known color: Deep Sky Blue. HEX triplet: 20, C9 and FA. RGB value is (32,201,250). Sum of RGB (Red+Green+Blue) = 32+201+250=483 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.63% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #20C9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C9FA is #DF3605. Grayscale: #9B9B9B. Windows color (decimal): -14628358 or 16435488. OLE color: 16435488.
HSL color Cylindrical-coordinate representation of color #20C9FA: hue angle of 193.49º degrees, saturation: 0.96, 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 #20C9FA is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 201 | 250 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.02 |
| HSL | 193.49º | 0.96% | 0.55% | - |
| HSV(B) | 193.49º | 0.87% | 0.98% | - |
| XYZ | 38.74 | 48.98 | 97.86 | - |
| YUV | 156.06 | 181.01 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 250 | 0.87 | 0.20 | 0 | 0.02 | 193.49 | 0.96 | 0.55 |
| Hex | 20 | C9 | FA | 57 | 14 | 0 | 2 | C1 | 60 | 37 |
| Octal | 40 | 311 | 372 | 127 | 24 | 0 | 2 | 301 | 140 | 67 |
| Binary | 100000 | 11001001 | 11111010 | 1010111 | 10100 | 0 | 10 | 11000001 | 1100000 | 110111 |
Color Harmonies of #20C9FA
Complementary color
Monochromatic Colors of #20C9FA
Black with #20C9FA
Text Example
Text Example
White with #20C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C9FA; }
p { color: rgb(32,201,250); }
H1.HeaderClassName
{
color: #20C9FA;
}
.AnyTagClassName
{
color: #20C9FA;
}
</style>
background-color css
<style>
a { background-color: #20C9FA; }
a { background-color: rgb(32,201,250); }
div.DivClassName
{
background-color: #20C9FA;
}
.BgClassName
{
background-color: #20C9FA;
}
</style>
border-color css
<style>
span { border-color: #20C9FA; }
span { border-color: rgb(32,201,250); }
td.TdClassName
{
border-color: #20C9FA;
}
.TagClassName
{
border-color: #20C9FA;
}
</style>