Shades of Summer Sky #20ACEA
Tints of Summer Sky #20ACEA
RGB
CMYK
RGB Variations
Color information
#20ACEA (or 0x20ACEA) is known color: Summer Sky. HEX triplet: 20, AC and EA. RGB value is (32,172,234). Sum of RGB (Red+Green+Blue) = 32+172+234=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #20ACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ACEA is #DF5315. Grayscale: #888888. Windows color (decimal): -14635798 or 15379488. OLE color: 15379488.
HSL color Cylindrical-coordinate representation of color #20ACEA: hue angle of 198.42º 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 #20ACEA is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 172 | 234 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.08 |
| HSL | 198.42º | 0.83% | 0.52% | - |
| HSV(B) | 198.42º | 0.86% | 0.92% | - |
| XYZ | 30.2 | 35.75 | 83.15 | - |
| YUV | 137.21 | 182.62 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 234 | 0.86 | 0.26 | 0 | 0.08 | 198.42 | 0.83 | 0.52 |
| Hex | 20 | AC | EA | 56 | 1A | 0 | 8 | C6 | 53 | 34 |
| Octal | 40 | 254 | 352 | 126 | 32 | 0 | 10 | 306 | 123 | 64 |
| Binary | 100000 | 10101100 | 11101010 | 1010110 | 11010 | 0 | 1000 | 11000110 | 1010011 | 110100 |
Color Harmonies of #20ACEA
Complementary color
Monochromatic Colors of #20ACEA
Black with #20ACEA
Text Example
Text Example
White with #20ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ACEA; }
p { color: rgb(32,172,234); }
H1.HeaderClassName
{
color: #20ACEA;
}
.AnyTagClassName
{
color: #20ACEA;
}
</style>
background-color css
<style>
a { background-color: #20ACEA; }
a { background-color: rgb(32,172,234); }
div.DivClassName
{
background-color: #20ACEA;
}
.BgClassName
{
background-color: #20ACEA;
}
</style>
border-color css
<style>
span { border-color: #20ACEA; }
span { border-color: rgb(32,172,234); }
td.TdClassName
{
border-color: #20ACEA;
}
.TagClassName
{
border-color: #20ACEA;
}
</style>