Shades of Polo Blue #84ACD6
Tints of Polo Blue #84ACD6
RGB
CMYK
RGB Variations
Color information
#84ACD6 (or 0x84ACD6) is known color: Polo Blue. HEX triplet: 84, AC and D6. RGB value is (132,172,214). Sum of RGB (Red+Green+Blue) = 132+172+214=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #84ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACD6 is #7B5329. Grayscale: #A4A4A4. Windows color (decimal): -8082218 or 14068868. OLE color: 14068868.
HSL color Cylindrical-coordinate representation of color #84ACD6: hue angle of 210.73º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84ACD6 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 172 | 214 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.16 |
| HSL | 210.73º | 0.5% | 0.68% | - |
| HSV(B) | 210.73º | 0.38% | 0.84% | - |
| XYZ | 36.41 | 39.27 | 69.28 | - |
| YUV | 164.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 214 | 0.38 | 0.20 | 0 | 0.16 | 210.73 | 0.5 | 0.68 |
| Hex | 84 | AC | D6 | 26 | 14 | 0 | 10 | D3 | 32 | 44 |
| Octal | 204 | 254 | 326 | 46 | 24 | 0 | 20 | 323 | 62 | 104 |
| Binary | 10000100 | 10101100 | 11010110 | 100110 | 10100 | 0 | 10000 | 11010011 | 110010 | 1000100 |
Color Harmonies of #84ACD6
Complementary color
Monochromatic Colors of #84ACD6
Black with #84ACD6
Text Example
Text Example
White with #84ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACD6; }
p { color: rgb(132,172,214); }
H1.HeaderClassName
{
color: #84ACD6;
}
.AnyTagClassName
{
color: #84ACD6;
}
</style>
background-color css
<style>
a { background-color: #84ACD6; }
a { background-color: rgb(132,172,214); }
div.DivClassName
{
background-color: #84ACD6;
}
.BgClassName
{
background-color: #84ACD6;
}
</style>
border-color css
<style>
span { border-color: #84ACD6; }
span { border-color: rgb(132,172,214); }
td.TdClassName
{
border-color: #84ACD6;
}
.TagClassName
{
border-color: #84ACD6;
}
</style>