Shades of Deep Sky Blue #20D0FA
Tints of Deep Sky Blue #20D0FA
RGB
CMYK
RGB Variations
Color information
#20D0FA (or 0x20D0FA) is known color: Deep Sky Blue. HEX triplet: 20, D0 and FA. RGB value is (32,208,250). Sum of RGB (Red+Green+Blue) = 32+208+250=490 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.53% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #20D0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D0FA is #DF2F05. Grayscale: #9F9F9F. Windows color (decimal): -14626566 or 16437280. OLE color: 16437280.
HSL color Cylindrical-coordinate representation of color #20D0FA: hue angle of 191.56º 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 #20D0FA is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 208 | 250 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.02 |
| HSL | 191.56º | 0.96% | 0.55% | - |
| HSV(B) | 191.56º | 0.87% | 0.98% | - |
| XYZ | 40.41 | 52.32 | 98.41 | - |
| YUV | 160.16 | 178.69 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 250 | 0.87 | 0.17 | 0 | 0.02 | 191.56 | 0.96 | 0.55 |
| Hex | 20 | D0 | FA | 57 | 11 | 0 | 2 | C0 | 60 | 37 |
| Octal | 40 | 320 | 372 | 127 | 21 | 0 | 2 | 300 | 140 | 67 |
| Binary | 100000 | 11010000 | 11111010 | 1010111 | 10001 | 0 | 10 | 11000000 | 1100000 | 110111 |
Color Harmonies of #20D0FA
Complementary color
Monochromatic Colors of #20D0FA
Black with #20D0FA
Text Example
Text Example
White with #20D0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D0FA; }
p { color: rgb(32,208,250); }
H1.HeaderClassName
{
color: #20D0FA;
}
.AnyTagClassName
{
color: #20D0FA;
}
</style>
background-color css
<style>
a { background-color: #20D0FA; }
a { background-color: rgb(32,208,250); }
div.DivClassName
{
background-color: #20D0FA;
}
.BgClassName
{
background-color: #20D0FA;
}
</style>
border-color css
<style>
span { border-color: #20D0FA; }
span { border-color: rgb(32,208,250); }
td.TdClassName
{
border-color: #20D0FA;
}
.TagClassName
{
border-color: #20D0FA;
}
</style>