Shades of Deep Sky Blue #20D9FA
Tints of Deep Sky Blue #20D9FA
RGB
CMYK
RGB Variations
Color information
#20D9FA (or 0x20D9FA) is known color: Deep Sky Blue. HEX triplet: 20, D9 and FA. RGB value is (32,217,250). Sum of RGB (Red+Green+Blue) = 32+217+250=499 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.41% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #20D9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D9FA is #DF2605. Grayscale: #A5A5A5. Windows color (decimal): -14624262 or 16439584. OLE color: 16439584.
HSL color Cylindrical-coordinate representation of color #20D9FA: hue angle of 189.08º 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 #20D9FA is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 217 | 250 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.02 |
| HSL | 189.08º | 0.96% | 0.55% | - |
| HSV(B) | 189.08º | 0.87% | 0.98% | - |
| XYZ | 42.66 | 56.83 | 99.16 | - |
| YUV | 165.45 | 175.71 | 32.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 250 | 0.87 | 0.13 | 0 | 0.02 | 189.08 | 0.96 | 0.55 |
| Hex | 20 | D9 | FA | 57 | D | 0 | 2 | BD | 60 | 37 |
| Octal | 40 | 331 | 372 | 127 | 15 | 0 | 2 | 275 | 140 | 67 |
| Binary | 100000 | 11011001 | 11111010 | 1010111 | 1101 | 0 | 10 | 10111101 | 1100000 | 110111 |
Color Harmonies of #20D9FA
Complementary color
Monochromatic Colors of #20D9FA
Black with #20D9FA
Text Example
Text Example
White with #20D9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D9FA; }
p { color: rgb(32,217,250); }
H1.HeaderClassName
{
color: #20D9FA;
}
.AnyTagClassName
{
color: #20D9FA;
}
</style>
background-color css
<style>
a { background-color: #20D9FA; }
a { background-color: rgb(32,217,250); }
div.DivClassName
{
background-color: #20D9FA;
}
.BgClassName
{
background-color: #20D9FA;
}
</style>
border-color css
<style>
span { border-color: #20D9FA; }
span { border-color: rgb(32,217,250); }
td.TdClassName
{
border-color: #20D9FA;
}
.TagClassName
{
border-color: #20D9FA;
}
</style>