Shades of Pelorous #20AEC1
Tints of Pelorous #20AEC1
RGB
CMYK
RGB Variations
Color information
#20AEC1 (or 0x20AEC1) is known color: Pelorous. HEX triplet: 20, AE and C1. RGB value is (32,174,193). Sum of RGB (Red+Green+Blue) = 32+174+193=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #20AEC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AEC1 is #DF513E. Grayscale: #858585. Windows color (decimal): -14635327 or 12693024. OLE color: 12693024.
HSL color Cylindrical-coordinate representation of color #20AEC1: hue angle of 187.08º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AEC1 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 174 | 193 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.24 |
| HSL | 187.08º | 0.72% | 0.44% | - |
| HSV(B) | 187.08º | 0.83% | 0.76% | - |
| XYZ | 25.36 | 34.43 | 55.76 | - |
| YUV | 133.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 193 | 0.83 | 0.10 | 0 | 0.24 | 187.08 | 0.72 | 0.44 |
| Hex | 20 | AE | C1 | 53 | A | 0 | 18 | BB | 48 | 2C |
| Octal | 40 | 256 | 301 | 123 | 12 | 0 | 30 | 273 | 110 | 54 |
| Binary | 100000 | 10101110 | 11000001 | 1010011 | 1010 | 0 | 11000 | 10111011 | 1001000 | 101100 |
Color Harmonies of #20AEC1
Complementary color
Monochromatic Colors of #20AEC1
Black with #20AEC1
Text Example
Text Example
White with #20AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEC1; }
p { color: rgb(32,174,193); }
H1.HeaderClassName
{
color: #20AEC1;
}
.AnyTagClassName
{
color: #20AEC1;
}
</style>
background-color css
<style>
a { background-color: #20AEC1; }
a { background-color: rgb(32,174,193); }
div.DivClassName
{
background-color: #20AEC1;
}
.BgClassName
{
background-color: #20AEC1;
}
</style>
border-color css
<style>
span { border-color: #20AEC1; }
span { border-color: rgb(32,174,193); }
td.TdClassName
{
border-color: #20AEC1;
}
.TagClassName
{
border-color: #20AEC1;
}
</style>