Shades of Deep Sky Blue #20C4FA
Tints of Deep Sky Blue #20C4FA
RGB
CMYK
RGB Variations
Color information
#20C4FA (or 0x20C4FA) is known color: Deep Sky Blue. HEX triplet: 20, C4 and FA. RGB value is (32,196,250). Sum of RGB (Red+Green+Blue) = 32+196+250=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #20C4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C4FA is #DF3B05. Grayscale: #989898. Windows color (decimal): -14629638 or 16434208. OLE color: 16434208.
HSL color Cylindrical-coordinate representation of color #20C4FA: hue angle of 194.86º 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 #20C4FA is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 196 | 250 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.02 |
| HSL | 194.86º | 0.96% | 0.55% | - |
| HSV(B) | 194.86º | 0.87% | 0.98% | - |
| XYZ | 37.59 | 46.69 | 97.47 | - |
| YUV | 153.12 | 182.67 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 250 | 0.87 | 0.22 | 0 | 0.02 | 194.86 | 0.96 | 0.55 |
| Hex | 20 | C4 | FA | 57 | 16 | 0 | 2 | C3 | 60 | 37 |
| Octal | 40 | 304 | 372 | 127 | 26 | 0 | 2 | 303 | 140 | 67 |
| Binary | 100000 | 11000100 | 11111010 | 1010111 | 10110 | 0 | 10 | 11000011 | 1100000 | 110111 |
Color Harmonies of #20C4FA
Complementary color
Monochromatic Colors of #20C4FA
Black with #20C4FA
Text Example
Text Example
White with #20C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C4FA; }
p { color: rgb(32,196,250); }
H1.HeaderClassName
{
color: #20C4FA;
}
.AnyTagClassName
{
color: #20C4FA;
}
</style>
background-color css
<style>
a { background-color: #20C4FA; }
a { background-color: rgb(32,196,250); }
div.DivClassName
{
background-color: #20C4FA;
}
.BgClassName
{
background-color: #20C4FA;
}
</style>
border-color css
<style>
span { border-color: #20C4FA; }
span { border-color: rgb(32,196,250); }
td.TdClassName
{
border-color: #20C4FA;
}
.TagClassName
{
border-color: #20C4FA;
}
</style>