Shades of Summer Sky #20B2E5
Tints of Summer Sky #20B2E5
RGB
CMYK
RGB Variations
Color information
#20B2E5 (or 0x20B2E5) is known color: Summer Sky. HEX triplet: 20, B2 and E5. RGB value is (32,178,229). Sum of RGB (Red+Green+Blue) = 32+178+229=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #20B2E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B2E5 is #DF4D1A. Grayscale: #8B8B8B. Windows color (decimal): -14634267 or 15053344. OLE color: 15053344.
HSL color Cylindrical-coordinate representation of color #20B2E5: hue angle of 195.53º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20B2E5 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 178 | 229 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.10 |
| HSL | 195.53º | 0.79% | 0.51% | - |
| HSV(B) | 195.53º | 0.86% | 0.9% | - |
| XYZ | 30.66 | 37.81 | 79.81 | - |
| YUV | 140.16 | 178.13 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 229 | 0.86 | 0.22 | 0 | 0.10 | 195.53 | 0.79 | 0.51 |
| Hex | 20 | B2 | E5 | 56 | 16 | 0 | A | C4 | 4F | 33 |
| Octal | 40 | 262 | 345 | 126 | 26 | 0 | 12 | 304 | 117 | 63 |
| Binary | 100000 | 10110010 | 11100101 | 1010110 | 10110 | 0 | 1010 | 11000100 | 1001111 | 110011 |
Color Harmonies of #20B2E5
Complementary color
Monochromatic Colors of #20B2E5
Black with #20B2E5
Text Example
Text Example
White with #20B2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B2E5; }
p { color: rgb(32,178,229); }
H1.HeaderClassName
{
color: #20B2E5;
}
.AnyTagClassName
{
color: #20B2E5;
}
</style>
background-color css
<style>
a { background-color: #20B2E5; }
a { background-color: rgb(32,178,229); }
div.DivClassName
{
background-color: #20B2E5;
}
.BgClassName
{
background-color: #20B2E5;
}
</style>
border-color css
<style>
span { border-color: #20B2E5; }
span { border-color: rgb(32,178,229); }
td.TdClassName
{
border-color: #20B2E5;
}
.TagClassName
{
border-color: #20B2E5;
}
</style>