Shades of Polo Blue #84AACB
Tints of Polo Blue #84AACB
RGB
CMYK
RGB Variations
Color information
#84AACB (or 0x84AACB) is known color: Polo Blue. HEX triplet: 84, AA and CB. RGB value is (132,170,203). Sum of RGB (Red+Green+Blue) = 132+170+203=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #84AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AACB is #7B5534. Grayscale: #A2A2A2. Windows color (decimal): -8082741 or 13347460. OLE color: 13347460.
HSL color Cylindrical-coordinate representation of color #84AACB: hue angle of 207.89º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84AACB is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 170 | 203 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.20 |
| HSL | 207.89º | 0.41% | 0.66% | - |
| HSV(B) | 207.89º | 0.35% | 0.8% | - |
| XYZ | 34.67 | 37.97 | 62 | - |
| YUV | 162.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 203 | 0.35 | 0.16 | 0 | 0.20 | 207.89 | 0.41 | 0.66 |
| Hex | 84 | AA | CB | 23 | 10 | 0 | 14 | D0 | 29 | 42 |
| Octal | 204 | 252 | 313 | 43 | 20 | 0 | 24 | 320 | 51 | 102 |
| Binary | 10000100 | 10101010 | 11001011 | 100011 | 10000 | 0 | 10100 | 11010000 | 101001 | 1000010 |
Color Harmonies of #84AACB
Complementary color
Monochromatic Colors of #84AACB
Black with #84AACB
Text Example
Text Example
White with #84AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AACB; }
p { color: rgb(132,170,203); }
H1.HeaderClassName
{
color: #84AACB;
}
.AnyTagClassName
{
color: #84AACB;
}
</style>
background-color css
<style>
a { background-color: #84AACB; }
a { background-color: rgb(132,170,203); }
div.DivClassName
{
background-color: #84AACB;
}
.BgClassName
{
background-color: #84AACB;
}
</style>
border-color css
<style>
span { border-color: #84AACB; }
span { border-color: rgb(132,170,203); }
td.TdClassName
{
border-color: #84AACB;
}
.TagClassName
{
border-color: #84AACB;
}
</style>