Shades of Summer Sky #20BBF3
Tints of Summer Sky #20BBF3
RGB
CMYK
RGB Variations
Color information
#20BBF3 (or 0x20BBF3) is known color: Summer Sky. HEX triplet: 20, BB and F3. RGB value is (32,187,243). Sum of RGB (Red+Green+Blue) = 32+187+243=462 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.93% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #20BBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BBF3 is #DF440C. Grayscale: #929292. Windows color (decimal): -14631949 or 15973152. OLE color: 15973152.
HSL color Cylindrical-coordinate representation of color #20BBF3: hue angle of 195.92º degrees, saturation: 0.9, 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 #20BBF3 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 187 | 243 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.05 |
| HSL | 195.92º | 0.9% | 0.54% | - |
| HSV(B) | 195.92º | 0.87% | 0.95% | - |
| XYZ | 34.54 | 42.32 | 91.14 | - |
| YUV | 147.04 | 182.15 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 243 | 0.87 | 0.23 | 0 | 0.05 | 195.92 | 0.9 | 0.54 |
| Hex | 20 | BB | F3 | 57 | 17 | 0 | 5 | C4 | 5A | 36 |
| Octal | 40 | 273 | 363 | 127 | 27 | 0 | 5 | 304 | 132 | 66 |
| Binary | 100000 | 10111011 | 11110011 | 1010111 | 10111 | 0 | 101 | 11000100 | 1011010 | 110110 |
Color Harmonies of #20BBF3
Complementary color
Monochromatic Colors of #20BBF3
Black with #20BBF3
Text Example
Text Example
White with #20BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBF3; }
p { color: rgb(32,187,243); }
H1.HeaderClassName
{
color: #20BBF3;
}
.AnyTagClassName
{
color: #20BBF3;
}
</style>
background-color css
<style>
a { background-color: #20BBF3; }
a { background-color: rgb(32,187,243); }
div.DivClassName
{
background-color: #20BBF3;
}
.BgClassName
{
background-color: #20BBF3;
}
</style>
border-color css
<style>
span { border-color: #20BBF3; }
span { border-color: rgb(32,187,243); }
td.TdClassName
{
border-color: #20BBF3;
}
.TagClassName
{
border-color: #20BBF3;
}
</style>