Shades of Summer Sky #20BCEA
Tints of Summer Sky #20BCEA
RGB
CMYK
RGB Variations
Color information
#20BCEA (or 0x20BCEA) is known color: Summer Sky. HEX triplet: 20, BC and EA. RGB value is (32,188,234). Sum of RGB (Red+Green+Blue) = 32+188+234=454 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.05% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #20BCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BCEA is #DF4315. Grayscale: #929292. Windows color (decimal): -14631702 or 15383584. OLE color: 15383584.
HSL color Cylindrical-coordinate representation of color #20BCEA: hue angle of 193.66º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BCEA is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 188 | 234 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.08 |
| HSL | 193.66º | 0.83% | 0.52% | - |
| HSV(B) | 193.66º | 0.86% | 0.92% | - |
| XYZ | 33.43 | 42.21 | 84.23 | - |
| YUV | 146.6 | 177.32 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 234 | 0.86 | 0.20 | 0 | 0.08 | 193.66 | 0.83 | 0.52 |
| Hex | 20 | BC | EA | 56 | 14 | 0 | 8 | C2 | 53 | 34 |
| Octal | 40 | 274 | 352 | 126 | 24 | 0 | 10 | 302 | 123 | 64 |
| Binary | 100000 | 10111100 | 11101010 | 1010110 | 10100 | 0 | 1000 | 11000010 | 1010011 | 110100 |
Color Harmonies of #20BCEA
Complementary color
Monochromatic Colors of #20BCEA
Black with #20BCEA
Text Example
Text Example
White with #20BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCEA; }
p { color: rgb(32,188,234); }
H1.HeaderClassName
{
color: #20BCEA;
}
.AnyTagClassName
{
color: #20BCEA;
}
</style>
background-color css
<style>
a { background-color: #20BCEA; }
a { background-color: rgb(32,188,234); }
div.DivClassName
{
background-color: #20BCEA;
}
.BgClassName
{
background-color: #20BCEA;
}
</style>
border-color css
<style>
span { border-color: #20BCEA; }
span { border-color: rgb(32,188,234); }
td.TdClassName
{
border-color: #20BCEA;
}
.TagClassName
{
border-color: #20BCEA;
}
</style>