Shades of Pelorous #208CAC
Tints of Pelorous #208CAC
RGB
CMYK
RGB Variations
Color information
#208CAC (or 0x208CAC) is known color: Pelorous. HEX triplet: 20, 8C and AC. RGB value is (32,140,172). Sum of RGB (Red+Green+Blue) = 32+140+172=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #208CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208CAC is #DF7353. Grayscale: #6F6F6F. Windows color (decimal): -14644052 or 11308064. OLE color: 11308064.
HSL color Cylindrical-coordinate representation of color #208CAC: hue angle of 193.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #208CAC is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 140 | 172 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.33 |
| HSL | 193.71º | 0.69% | 0.4% | - |
| HSV(B) | 193.71º | 0.81% | 0.67% | - |
| XYZ | 17.42 | 22.04 | 42.37 | - |
| YUV | 111.36 | 162.22 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 172 | 0.81 | 0.19 | 0 | 0.33 | 193.71 | 0.69 | 0.4 |
| Hex | 20 | 8C | AC | 51 | 13 | 0 | 21 | C2 | 45 | 28 |
| Octal | 40 | 214 | 254 | 121 | 23 | 0 | 41 | 302 | 105 | 50 |
| Binary | 100000 | 10001100 | 10101100 | 1010001 | 10011 | 0 | 100001 | 11000010 | 1000101 | 101000 |
Color Harmonies of #208CAC
Complementary color
Monochromatic Colors of #208CAC
Black with #208CAC
Text Example
Text Example
White with #208CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208CAC; }
p { color: rgb(32,140,172); }
H1.HeaderClassName
{
color: #208CAC;
}
.AnyTagClassName
{
color: #208CAC;
}
</style>
background-color css
<style>
a { background-color: #208CAC; }
a { background-color: rgb(32,140,172); }
div.DivClassName
{
background-color: #208CAC;
}
.BgClassName
{
background-color: #208CAC;
}
</style>
border-color css
<style>
span { border-color: #208CAC; }
span { border-color: rgb(32,140,172); }
td.TdClassName
{
border-color: #208CAC;
}
.TagClassName
{
border-color: #208CAC;
}
</style>