Shades of Pelorous #20ACC1
Tints of Pelorous #20ACC1
RGB
CMYK
RGB Variations
Color information
#20ACC1 (or 0x20ACC1) is known color: Pelorous. HEX triplet: 20, AC and C1. RGB value is (32,172,193). Sum of RGB (Red+Green+Blue) = 32+172+193=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #20ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACC1 is #DF533E. Grayscale: #848484. Windows color (decimal): -14635839 or 12692512. OLE color: 12692512.
HSL color Cylindrical-coordinate representation of color #20ACC1: hue angle of 187.83º 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 #20ACC1 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 172 | 193 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.24 |
| HSL | 187.83º | 0.72% | 0.44% | - |
| HSV(B) | 187.83º | 0.83% | 0.76% | - |
| XYZ | 24.97 | 33.66 | 55.63 | - |
| YUV | 132.53 | 162.12 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 193 | 0.83 | 0.11 | 0 | 0.24 | 187.83 | 0.72 | 0.44 |
| Hex | 20 | AC | C1 | 53 | B | 0 | 18 | BC | 48 | 2C |
| Octal | 40 | 254 | 301 | 123 | 13 | 0 | 30 | 274 | 110 | 54 |
| Binary | 100000 | 10101100 | 11000001 | 1010011 | 1011 | 0 | 11000 | 10111100 | 1001000 | 101100 |
Color Harmonies of #20ACC1
Complementary color
Monochromatic Colors of #20ACC1
Black with #20ACC1
Text Example
Text Example
White with #20ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ACC1; }
p { color: rgb(32,172,193); }
H1.HeaderClassName
{
color: #20ACC1;
}
.AnyTagClassName
{
color: #20ACC1;
}
</style>
background-color css
<style>
a { background-color: #20ACC1; }
a { background-color: rgb(32,172,193); }
div.DivClassName
{
background-color: #20ACC1;
}
.BgClassName
{
background-color: #20ACC1;
}
</style>
border-color css
<style>
span { border-color: #20ACC1; }
span { border-color: rgb(32,172,193); }
td.TdClassName
{
border-color: #20ACC1;
}
.TagClassName
{
border-color: #20ACC1;
}
</style>