Shades of Polo Blue #84ADD5
Tints of Polo Blue #84ADD5
RGB
CMYK
RGB Variations
Color information
#84ADD5 (or 0x84ADD5) is known color: Polo Blue. HEX triplet: 84, AD and D5. RGB value is (132,173,213). Sum of RGB (Red+Green+Blue) = 132+173+213=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #84ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADD5 is #7B522A. Grayscale: #A5A5A5. Windows color (decimal): -8081963 or 14003588. OLE color: 14003588.
HSL color Cylindrical-coordinate representation of color #84ADD5: hue angle of 209.63º degrees, saturation: 0.49, 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 #84ADD5 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 173 | 213 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.16 |
| HSL | 209.63º | 0.49% | 0.68% | - |
| HSV(B) | 209.63º | 0.38% | 0.84% | - |
| XYZ | 36.47 | 39.6 | 68.67 | - |
| YUV | 165.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 213 | 0.38 | 0.19 | 0 | 0.16 | 209.63 | 0.49 | 0.68 |
| Hex | 84 | AD | D5 | 26 | 13 | 0 | 10 | D2 | 31 | 44 |
| Octal | 204 | 255 | 325 | 46 | 23 | 0 | 20 | 322 | 61 | 104 |
| Binary | 10000100 | 10101101 | 11010101 | 100110 | 10011 | 0 | 10000 | 11010010 | 110001 | 1000100 |
Color Harmonies of #84ADD5
Complementary color
Monochromatic Colors of #84ADD5
Black with #84ADD5
Text Example
Text Example
White with #84ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADD5; }
p { color: rgb(132,173,213); }
H1.HeaderClassName
{
color: #84ADD5;
}
.AnyTagClassName
{
color: #84ADD5;
}
</style>
background-color css
<style>
a { background-color: #84ADD5; }
a { background-color: rgb(132,173,213); }
div.DivClassName
{
background-color: #84ADD5;
}
.BgClassName
{
background-color: #84ADD5;
}
</style>
border-color css
<style>
span { border-color: #84ADD5; }
span { border-color: rgb(132,173,213); }
td.TdClassName
{
border-color: #84ADD5;
}
.TagClassName
{
border-color: #84ADD5;
}
</style>