Shades of Polo Blue #84A6D6
Tints of Polo Blue #84A6D6
RGB
CMYK
RGB Variations
Color information
#84A6D6 (or 0x84A6D6) is known color: Polo Blue. HEX triplet: 84, A6 and D6. RGB value is (132,166,214). Sum of RGB (Red+Green+Blue) = 132+166+214=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #84A6D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A6D6 is #7B5929. Grayscale: #A1A1A1. Windows color (decimal): -8083754 or 14067332. OLE color: 14067332.
HSL color Cylindrical-coordinate representation of color #84A6D6: hue angle of 215.12º 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 #84A6D6 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 166 | 214 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.16 |
| HSL | 215.12º | 0.5% | 0.68% | - |
| HSV(B) | 215.12º | 0.38% | 0.84% | - |
| XYZ | 35.29 | 37.03 | 68.91 | - |
| YUV | 161.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 214 | 0.38 | 0.22 | 0 | 0.16 | 215.12 | 0.5 | 0.68 |
| Hex | 84 | A6 | D6 | 26 | 16 | 0 | 10 | D7 | 32 | 44 |
| Octal | 204 | 246 | 326 | 46 | 26 | 0 | 20 | 327 | 62 | 104 |
| Binary | 10000100 | 10100110 | 11010110 | 100110 | 10110 | 0 | 10000 | 11010111 | 110010 | 1000100 |
Color Harmonies of #84A6D6
Complementary color
Monochromatic Colors of #84A6D6
Black with #84A6D6
Text Example
Text Example
White with #84A6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A6D6; }
p { color: rgb(132,166,214); }
H1.HeaderClassName
{
color: #84A6D6;
}
.AnyTagClassName
{
color: #84A6D6;
}
</style>
background-color css
<style>
a { background-color: #84A6D6; }
a { background-color: rgb(132,166,214); }
div.DivClassName
{
background-color: #84A6D6;
}
.BgClassName
{
background-color: #84A6D6;
}
</style>
border-color css
<style>
span { border-color: #84A6D6; }
span { border-color: rgb(132,166,214); }
td.TdClassName
{
border-color: #84A6D6;
}
.TagClassName
{
border-color: #84A6D6;
}
</style>