Shades of Polo Blue #84AED0
Tints of Polo Blue #84AED0
RGB
CMYK
RGB Variations
Color information
#84AED0 (or 0x84AED0) is known color: Polo Blue. HEX triplet: 84, AE and D0. RGB value is (132,174,208). Sum of RGB (Red+Green+Blue) = 132+174+208=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #84AED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AED0 is #7B512F. Grayscale: #A5A5A5. Windows color (decimal): -8081712 or 13676164. OLE color: 13676164.
HSL color Cylindrical-coordinate representation of color #84AED0: hue angle of 206.84º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84AED0 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 174 | 208 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.18 |
| HSL | 206.84º | 0.45% | 0.67% | - |
| HSV(B) | 206.84º | 0.37% | 0.82% | - |
| XYZ | 36.04 | 39.73 | 65.44 | - |
| YUV | 165.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 208 | 0.37 | 0.16 | 0 | 0.18 | 206.84 | 0.45 | 0.67 |
| Hex | 84 | AE | D0 | 25 | 10 | 0 | 12 | CF | 2D | 43 |
| Octal | 204 | 256 | 320 | 45 | 20 | 0 | 22 | 317 | 55 | 103 |
| Binary | 10000100 | 10101110 | 11010000 | 100101 | 10000 | 0 | 10010 | 11001111 | 101101 | 1000011 |
Color Harmonies of #84AED0
Complementary color
Monochromatic Colors of #84AED0
Black with #84AED0
Text Example
Text Example
White with #84AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AED0; }
p { color: rgb(132,174,208); }
H1.HeaderClassName
{
color: #84AED0;
}
.AnyTagClassName
{
color: #84AED0;
}
</style>
background-color css
<style>
a { background-color: #84AED0; }
a { background-color: rgb(132,174,208); }
div.DivClassName
{
background-color: #84AED0;
}
.BgClassName
{
background-color: #84AED0;
}
</style>
border-color css
<style>
span { border-color: #84AED0; }
span { border-color: rgb(132,174,208); }
td.TdClassName
{
border-color: #84AED0;
}
.TagClassName
{
border-color: #84AED0;
}
</style>