Shades of Deep Sky Blue #20C7FB
Tints of Deep Sky Blue #20C7FB
RGB
CMYK
RGB Variations
Color information
#20C7FB (or 0x20C7FB) is known color: Deep Sky Blue. HEX triplet: 20, C7 and FB. RGB value is (32,199,251). Sum of RGB (Red+Green+Blue) = 32+199+251=482 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.64% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #20C7FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C7FB is #DF3804. Grayscale: #9A9A9A. Windows color (decimal): -14628869 or 16500512. OLE color: 16500512.
HSL color Cylindrical-coordinate representation of color #20C7FB: hue angle of 194.25º 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 #20C7FB is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 199 | 251 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.02 |
| HSL | 194.25º | 0.96% | 0.55% | - |
| HSV(B) | 194.25º | 0.87% | 0.98% | - |
| XYZ | 38.43 | 48.12 | 98.53 | - |
| YUV | 155 | 182.17 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 199 | 251 | 0.87 | 0.21 | 0 | 0.02 | 194.25 | 0.96 | 0.55 |
| Hex | 20 | C7 | FB | 57 | 15 | 0 | 2 | C2 | 60 | 37 |
| Octal | 40 | 307 | 373 | 127 | 25 | 0 | 2 | 302 | 140 | 67 |
| Binary | 100000 | 11000111 | 11111011 | 1010111 | 10101 | 0 | 10 | 11000010 | 1100000 | 110111 |
Color Harmonies of #20C7FB
Complementary color
Monochromatic Colors of #20C7FB
Black with #20C7FB
Text Example
Text Example
White with #20C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C7FB; }
p { color: rgb(32,199,251); }
H1.HeaderClassName
{
color: #20C7FB;
}
.AnyTagClassName
{
color: #20C7FB;
}
</style>
background-color css
<style>
a { background-color: #20C7FB; }
a { background-color: rgb(32,199,251); }
div.DivClassName
{
background-color: #20C7FB;
}
.BgClassName
{
background-color: #20C7FB;
}
</style>
border-color css
<style>
span { border-color: #20C7FB; }
span { border-color: rgb(32,199,251); }
td.TdClassName
{
border-color: #20C7FB;
}
.TagClassName
{
border-color: #20C7FB;
}
</style>