Shades of Summer Sky #20BFF1
Tints of Summer Sky #20BFF1
RGB
CMYK
RGB Variations
Color information
#20BFF1 (or 0x20BFF1) is known color: Summer Sky. HEX triplet: 20, BF and F1. RGB value is (32,191,241). Sum of RGB (Red+Green+Blue) = 32+191+241=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #20BFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BFF1 is #DF400E. Grayscale: #949494. Windows color (decimal): -14630927 or 15843104. OLE color: 15843104.
HSL color Cylindrical-coordinate representation of color #20BFF1: hue angle of 194.35º 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 #20BFF1 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 191 | 241 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.05 |
| HSL | 194.35º | 0.88% | 0.54% | - |
| HSV(B) | 194.35º | 0.87% | 0.95% | - |
| XYZ | 35.1 | 43.92 | 89.85 | - |
| YUV | 149.16 | 179.82 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 241 | 0.87 | 0.21 | 0 | 0.05 | 194.35 | 0.88 | 0.54 |
| Hex | 20 | BF | F1 | 57 | 15 | 0 | 5 | C2 | 58 | 36 |
| Octal | 40 | 277 | 361 | 127 | 25 | 0 | 5 | 302 | 130 | 66 |
| Binary | 100000 | 10111111 | 11110001 | 1010111 | 10101 | 0 | 101 | 11000010 | 1011000 | 110110 |
Color Harmonies of #20BFF1
Complementary color
Monochromatic Colors of #20BFF1
Black with #20BFF1
Text Example
Text Example
White with #20BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFF1; }
p { color: rgb(32,191,241); }
H1.HeaderClassName
{
color: #20BFF1;
}
.AnyTagClassName
{
color: #20BFF1;
}
</style>
background-color css
<style>
a { background-color: #20BFF1; }
a { background-color: rgb(32,191,241); }
div.DivClassName
{
background-color: #20BFF1;
}
.BgClassName
{
background-color: #20BFF1;
}
</style>
border-color css
<style>
span { border-color: #20BFF1; }
span { border-color: rgb(32,191,241); }
td.TdClassName
{
border-color: #20BFF1;
}
.TagClassName
{
border-color: #20BFF1;
}
</style>