Shades of Deep Sky Blue #20D9FB
Tints of Deep Sky Blue #20D9FB
RGB
CMYK
RGB Variations
Color information
#20D9FB (or 0x20D9FB) is known color: Deep Sky Blue. HEX triplet: 20, D9 and FB. RGB value is (32,217,251). Sum of RGB (Red+Green+Blue) = 32+217+251=500 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #20D9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D9FB is #DF2604. Grayscale: #A5A5A5. Windows color (decimal): -14624261 or 16505120. OLE color: 16505120.
HSL color Cylindrical-coordinate representation of color #20D9FB: hue angle of 189.32º 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 #20D9FB is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 217 | 251 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.02 |
| HSL | 189.32º | 0.96% | 0.55% | - |
| HSV(B) | 189.32º | 0.87% | 0.98% | - |
| XYZ | 42.82 | 56.9 | 99.99 | - |
| YUV | 165.56 | 176.21 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 251 | 0.87 | 0.14 | 0 | 0.02 | 189.32 | 0.96 | 0.55 |
| Hex | 20 | D9 | FB | 57 | E | 0 | 2 | BD | 60 | 37 |
| Octal | 40 | 331 | 373 | 127 | 16 | 0 | 2 | 275 | 140 | 67 |
| Binary | 100000 | 11011001 | 11111011 | 1010111 | 1110 | 0 | 10 | 10111101 | 1100000 | 110111 |
Color Harmonies of #20D9FB
Complementary color
Monochromatic Colors of #20D9FB
Black with #20D9FB
Text Example
Text Example
White with #20D9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D9FB; }
p { color: rgb(32,217,251); }
H1.HeaderClassName
{
color: #20D9FB;
}
.AnyTagClassName
{
color: #20D9FB;
}
</style>
background-color css
<style>
a { background-color: #20D9FB; }
a { background-color: rgb(32,217,251); }
div.DivClassName
{
background-color: #20D9FB;
}
.BgClassName
{
background-color: #20D9FB;
}
</style>
border-color css
<style>
span { border-color: #20D9FB; }
span { border-color: rgb(32,217,251); }
td.TdClassName
{
border-color: #20D9FB;
}
.TagClassName
{
border-color: #20D9FB;
}
</style>