Shades of Pelorous #20AFC3
Tints of Pelorous #20AFC3
RGB
CMYK
RGB Variations
Color information
#20AFC3 (or 0x20AFC3) is known color: Pelorous. HEX triplet: 20, AF and C3. RGB value is (32,175,195). Sum of RGB (Red+Green+Blue) = 32+175+195=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #20AFC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFC3 is #DF503C. Grayscale: #868686. Windows color (decimal): -14635069 or 12824352. OLE color: 12824352.
HSL color Cylindrical-coordinate representation of color #20AFC3: hue angle of 187.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20AFC3 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 175 | 195 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.24 |
| HSL | 187.36º | 0.72% | 0.45% | - |
| HSV(B) | 187.36º | 0.84% | 0.76% | - |
| XYZ | 25.78 | 34.91 | 57.01 | - |
| YUV | 134.52 | 162.12 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 195 | 0.84 | 0.10 | 0 | 0.24 | 187.36 | 0.72 | 0.45 |
| Hex | 20 | AF | C3 | 54 | A | 0 | 18 | BB | 48 | 2D |
| Octal | 40 | 257 | 303 | 124 | 12 | 0 | 30 | 273 | 110 | 55 |
| Binary | 100000 | 10101111 | 11000011 | 1010100 | 1010 | 0 | 11000 | 10111011 | 1001000 | 101101 |
Color Harmonies of #20AFC3
Complementary color
Monochromatic Colors of #20AFC3
Black with #20AFC3
Text Example
Text Example
White with #20AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFC3; }
p { color: rgb(32,175,195); }
H1.HeaderClassName
{
color: #20AFC3;
}
.AnyTagClassName
{
color: #20AFC3;
}
</style>
background-color css
<style>
a { background-color: #20AFC3; }
a { background-color: rgb(32,175,195); }
div.DivClassName
{
background-color: #20AFC3;
}
.BgClassName
{
background-color: #20AFC3;
}
</style>
border-color css
<style>
span { border-color: #20AFC3; }
span { border-color: rgb(32,175,195); }
td.TdClassName
{
border-color: #20AFC3;
}
.TagClassName
{
border-color: #20AFC3;
}
</style>