Shades of Polo Blue #85A2C2
Tints of Polo Blue #85A2C2
RGB
CMYK
RGB Variations
Color information
#85A2C2 (or 0x85A2C2) is known color: Polo Blue. HEX triplet: 85, A2 and C2. RGB value is (133,162,194). Sum of RGB (Red+Green+Blue) = 133+162+194=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 194 - color contains mainly: blue. Hex color #85A2C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2C2 is #7A5D3D. Grayscale: #9C9C9C. Windows color (decimal): -8019262 or 12755589. OLE color: 12755589.
HSL color Cylindrical-coordinate representation of color #85A2C2: hue angle of 211.48º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85A2C2 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 162 | 194 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.24 |
| HSL | 211.48º | 0.33% | 0.64% | - |
| HSV(B) | 211.48º | 0.31% | 0.76% | - |
| XYZ | 32.33 | 34.72 | 56.04 | - |
| YUV | 156.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 194 | 0.31 | 0.16 | 0 | 0.24 | 211.48 | 0.33 | 0.64 |
| Hex | 85 | A2 | C2 | 1F | 10 | 0 | 18 | D3 | 21 | 40 |
| Octal | 205 | 242 | 302 | 37 | 20 | 0 | 30 | 323 | 41 | 100 |
| Binary | 10000101 | 10100010 | 11000010 | 11111 | 10000 | 0 | 11000 | 11010011 | 100001 | 1000000 |
Color Harmonies of #85A2C2
Complementary color
Monochromatic Colors of #85A2C2
Black with #85A2C2
Text Example
Text Example
White with #85A2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A2C2; }
p { color: rgb(133,162,194); }
H1.HeaderClassName
{
color: #85A2C2;
}
.AnyTagClassName
{
color: #85A2C2;
}
</style>
background-color css
<style>
a { background-color: #85A2C2; }
a { background-color: rgb(133,162,194); }
div.DivClassName
{
background-color: #85A2C2;
}
.BgClassName
{
background-color: #85A2C2;
}
</style>
border-color css
<style>
span { border-color: #85A2C2; }
span { border-color: rgb(133,162,194); }
td.TdClassName
{
border-color: #85A2C2;
}
.TagClassName
{
border-color: #85A2C2;
}
</style>