Shades of Polo Blue #84ACC9
Tints of Polo Blue #84ACC9
RGB
CMYK
RGB Variations
Color information
#84ACC9 (or 0x84ACC9) is known color: Polo Blue. HEX triplet: 84, AC and C9. RGB value is (132,172,201). Sum of RGB (Red+Green+Blue) = 132+172+201=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #84ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACC9 is #7B5336. Grayscale: #A3A3A3. Windows color (decimal): -8082231 or 13216900. OLE color: 13216900.
HSL color Cylindrical-coordinate representation of color #84ACC9: hue angle of 205.22º 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 #84ACC9 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 172 | 201 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.21 |
| HSL | 205.22º | 0.39% | 0.65% | - |
| HSV(B) | 205.22º | 0.34% | 0.79% | - |
| XYZ | 34.81 | 38.63 | 60.88 | - |
| YUV | 163.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 201 | 0.34 | 0.14 | 0 | 0.21 | 205.22 | 0.39 | 0.65 |
| Hex | 84 | AC | C9 | 22 | E | 0 | 15 | CD | 27 | 41 |
| Octal | 204 | 254 | 311 | 42 | 16 | 0 | 25 | 315 | 47 | 101 |
| Binary | 10000100 | 10101100 | 11001001 | 100010 | 1110 | 0 | 10101 | 11001101 | 100111 | 1000001 |
Color Harmonies of #84ACC9
Complementary color
Monochromatic Colors of #84ACC9
Black with #84ACC9
Text Example
Text Example
White with #84ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACC9; }
p { color: rgb(132,172,201); }
H1.HeaderClassName
{
color: #84ACC9;
}
.AnyTagClassName
{
color: #84ACC9;
}
</style>
background-color css
<style>
a { background-color: #84ACC9; }
a { background-color: rgb(132,172,201); }
div.DivClassName
{
background-color: #84ACC9;
}
.BgClassName
{
background-color: #84ACC9;
}
</style>
border-color css
<style>
span { border-color: #84ACC9; }
span { border-color: rgb(132,172,201); }
td.TdClassName
{
border-color: #84ACC9;
}
.TagClassName
{
border-color: #84ACC9;
}
</style>