Shades of Summer Sky #20ACD2
Tints of Summer Sky #20ACD2
RGB
CMYK
RGB Variations
Color information
#20ACD2 (or 0x20ACD2) is known color: Summer Sky. HEX triplet: 20, AC and D2. RGB value is (32,172,210). Sum of RGB (Red+Green+Blue) = 32+172+210=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #20ACD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACD2 is #DF532D. Grayscale: #868686. Windows color (decimal): -14635822 or 13806624. OLE color: 13806624.
HSL color Cylindrical-coordinate representation of color #20ACD2: hue angle of 192.81º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20ACD2 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 172 | 210 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.18 |
| HSL | 192.81º | 0.74% | 0.47% | - |
| HSV(B) | 192.81º | 0.85% | 0.82% | - |
| XYZ | 26.98 | 34.47 | 66.2 | - |
| YUV | 134.47 | 170.62 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 210 | 0.85 | 0.18 | 0 | 0.18 | 192.81 | 0.74 | 0.47 |
| Hex | 20 | AC | D2 | 55 | 12 | 0 | 12 | C1 | 4A | 2F |
| Octal | 40 | 254 | 322 | 125 | 22 | 0 | 22 | 301 | 112 | 57 |
| Binary | 100000 | 10101100 | 11010010 | 1010101 | 10010 | 0 | 10010 | 11000001 | 1001010 | 101111 |
Color Harmonies of #20ACD2
Complementary color
Monochromatic Colors of #20ACD2
Black with #20ACD2
Text Example
Text Example
White with #20ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ACD2; }
p { color: rgb(32,172,210); }
H1.HeaderClassName
{
color: #20ACD2;
}
.AnyTagClassName
{
color: #20ACD2;
}
</style>
background-color css
<style>
a { background-color: #20ACD2; }
a { background-color: rgb(32,172,210); }
div.DivClassName
{
background-color: #20ACD2;
}
.BgClassName
{
background-color: #20ACD2;
}
</style>
border-color css
<style>
span { border-color: #20ACD2; }
span { border-color: rgb(32,172,210); }
td.TdClassName
{
border-color: #20ACD2;
}
.TagClassName
{
border-color: #20ACD2;
}
</style>