Shades of Summer Sky #20C0F1
Tints of Summer Sky #20C0F1
RGB
CMYK
RGB Variations
Color information
#20C0F1 (or 0x20C0F1) is known color: Summer Sky. HEX triplet: 20, C0 and F1. RGB value is (32,192,241). Sum of RGB (Red+Green+Blue) = 32+192+241=465 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.88% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #20C0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C0F1 is #DF3F0E. Grayscale: #959595. Windows color (decimal): -14630671 or 15843360. OLE color: 15843360.
HSL color Cylindrical-coordinate representation of color #20C0F1: hue angle of 194.07º 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 #20C0F1 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 192 | 241 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.05 |
| HSL | 194.07º | 0.88% | 0.54% | - |
| HSV(B) | 194.07º | 0.87% | 0.95% | - |
| XYZ | 35.32 | 44.36 | 89.92 | - |
| YUV | 149.75 | 179.49 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 241 | 0.87 | 0.20 | 0 | 0.05 | 194.07 | 0.88 | 0.54 |
| Hex | 20 | C0 | F1 | 57 | 14 | 0 | 5 | C2 | 58 | 36 |
| Octal | 40 | 300 | 361 | 127 | 24 | 0 | 5 | 302 | 130 | 66 |
| Binary | 100000 | 11000000 | 11110001 | 1010111 | 10100 | 0 | 101 | 11000010 | 1011000 | 110110 |
Color Harmonies of #20C0F1
Complementary color
Monochromatic Colors of #20C0F1
Black with #20C0F1
Text Example
Text Example
White with #20C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0F1; }
p { color: rgb(32,192,241); }
H1.HeaderClassName
{
color: #20C0F1;
}
.AnyTagClassName
{
color: #20C0F1;
}
</style>
background-color css
<style>
a { background-color: #20C0F1; }
a { background-color: rgb(32,192,241); }
div.DivClassName
{
background-color: #20C0F1;
}
.BgClassName
{
background-color: #20C0F1;
}
</style>
border-color css
<style>
span { border-color: #20C0F1; }
span { border-color: rgb(32,192,241); }
td.TdClassName
{
border-color: #20C0F1;
}
.TagClassName
{
border-color: #20C0F1;
}
</style>