Shades of Polo Blue #84AAC9
Tints of Polo Blue #84AAC9
RGB
CMYK
RGB Variations
Color information
#84AAC9 (or 0x84AAC9) is known color: Polo Blue. HEX triplet: 84, AA and C9. RGB value is (132,170,201). Sum of RGB (Red+Green+Blue) = 132+170+201=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #84AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAC9 is #7B5536. Grayscale: #A2A2A2. Windows color (decimal): -8082743 or 13216388. OLE color: 13216388.
HSL color Cylindrical-coordinate representation of color #84AAC9: hue angle of 206.96º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84AAC9 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 170 | 201 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.21 |
| HSL | 206.96º | 0.39% | 0.65% | - |
| HSV(B) | 206.96º | 0.34% | 0.79% | - |
| XYZ | 34.43 | 37.87 | 60.75 | - |
| YUV | 162.17 | 149.91 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 201 | 0.34 | 0.15 | 0 | 0.21 | 206.96 | 0.39 | 0.65 |
| Hex | 84 | AA | C9 | 22 | F | 0 | 15 | CF | 27 | 41 |
| Octal | 204 | 252 | 311 | 42 | 17 | 0 | 25 | 317 | 47 | 101 |
| Binary | 10000100 | 10101010 | 11001001 | 100010 | 1111 | 0 | 10101 | 11001111 | 100111 | 1000001 |
Color Harmonies of #84AAC9
Complementary color
Monochromatic Colors of #84AAC9
Black with #84AAC9
Text Example
Text Example
White with #84AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AAC9; }
p { color: rgb(132,170,201); }
H1.HeaderClassName
{
color: #84AAC9;
}
.AnyTagClassName
{
color: #84AAC9;
}
</style>
background-color css
<style>
a { background-color: #84AAC9; }
a { background-color: rgb(132,170,201); }
div.DivClassName
{
background-color: #84AAC9;
}
.BgClassName
{
background-color: #84AAC9;
}
</style>
border-color css
<style>
span { border-color: #84AAC9; }
span { border-color: rgb(132,170,201); }
td.TdClassName
{
border-color: #84AAC9;
}
.TagClassName
{
border-color: #84AAC9;
}
</style>