Shades of Deep Sky Blue #20C2F1
Tints of Deep Sky Blue #20C2F1
RGB
CMYK
RGB Variations
Color information
#20C2F1 (or 0x20C2F1) is known color: Deep Sky Blue. HEX triplet: 20, C2 and F1. RGB value is (32,194,241). Sum of RGB (Red+Green+Blue) = 32+194+241=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #20C2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C2F1 is #DF3D0E. Grayscale: #969696. Windows color (decimal): -14630159 or 15843872. OLE color: 15843872.
HSL color Cylindrical-coordinate representation of color #20C2F1: hue angle of 193.49º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20C2F1 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 194 | 241 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.05 |
| HSL | 193.49º | 0.88% | 0.54% | - |
| HSV(B) | 193.49º | 0.87% | 0.95% | - |
| XYZ | 35.76 | 45.24 | 90.07 | - |
| YUV | 150.92 | 178.83 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 241 | 0.87 | 0.20 | 0 | 0.05 | 193.49 | 0.88 | 0.54 |
| Hex | 20 | C2 | F1 | 57 | 14 | 0 | 5 | C1 | 58 | 36 |
| Octal | 40 | 302 | 361 | 127 | 24 | 0 | 5 | 301 | 130 | 66 |
| Binary | 100000 | 11000010 | 11110001 | 1010111 | 10100 | 0 | 101 | 11000001 | 1011000 | 110110 |
Color Harmonies of #20C2F1
Complementary color
Monochromatic Colors of #20C2F1
Black with #20C2F1
Text Example
Text Example
White with #20C2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C2F1; }
p { color: rgb(32,194,241); }
H1.HeaderClassName
{
color: #20C2F1;
}
.AnyTagClassName
{
color: #20C2F1;
}
</style>
background-color css
<style>
a { background-color: #20C2F1; }
a { background-color: rgb(32,194,241); }
div.DivClassName
{
background-color: #20C2F1;
}
.BgClassName
{
background-color: #20C2F1;
}
</style>
border-color css
<style>
span { border-color: #20C2F1; }
span { border-color: rgb(32,194,241); }
td.TdClassName
{
border-color: #20C2F1;
}
.TagClassName
{
border-color: #20C2F1;
}
</style>