Shades of Polo Blue #85ACCB
Tints of Polo Blue #85ACCB
RGB
CMYK
RGB Variations
Color information
#85ACCB (or 0x85ACCB) is known color: Polo Blue. HEX triplet: 85, AC and CB. RGB value is (133,172,203). Sum of RGB (Red+Green+Blue) = 133+172+203=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #85ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACCB is #7A5334. Grayscale: #A3A3A3. Windows color (decimal): -8016693 or 13347973. OLE color: 13347973.
HSL color Cylindrical-coordinate representation of color #85ACCB: hue angle of 206.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85ACCB is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 172 | 203 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.20 |
| HSL | 206.57º | 0.4% | 0.66% | - |
| HSV(B) | 206.57º | 0.34% | 0.8% | - |
| XYZ | 35.2 | 38.8 | 62.13 | - |
| YUV | 163.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 203 | 0.34 | 0.15 | 0 | 0.20 | 206.57 | 0.4 | 0.66 |
| Hex | 85 | AC | CB | 22 | F | 0 | 14 | CF | 28 | 42 |
| Octal | 205 | 254 | 313 | 42 | 17 | 0 | 24 | 317 | 50 | 102 |
| Binary | 10000101 | 10101100 | 11001011 | 100010 | 1111 | 0 | 10100 | 11001111 | 101000 | 1000010 |
Color Harmonies of #85ACCB
Complementary color
Monochromatic Colors of #85ACCB
Black with #85ACCB
Text Example
Text Example
White with #85ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ACCB; }
p { color: rgb(133,172,203); }
H1.HeaderClassName
{
color: #85ACCB;
}
.AnyTagClassName
{
color: #85ACCB;
}
</style>
background-color css
<style>
a { background-color: #85ACCB; }
a { background-color: rgb(133,172,203); }
div.DivClassName
{
background-color: #85ACCB;
}
.BgClassName
{
background-color: #85ACCB;
}
</style>
border-color css
<style>
span { border-color: #85ACCB; }
span { border-color: rgb(133,172,203); }
td.TdClassName
{
border-color: #85ACCB;
}
.TagClassName
{
border-color: #85ACCB;
}
</style>