Shades of Polo Blue #84ADD6
Tints of Polo Blue #84ADD6
RGB
CMYK
RGB Variations
Color information
#84ADD6 (or 0x84ADD6) is known color: Polo Blue. HEX triplet: 84, AD and D6. RGB value is (132,173,214). Sum of RGB (Red+Green+Blue) = 132+173+214=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #84ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADD6 is #7B5229. Grayscale: #A5A5A5. Windows color (decimal): -8081962 or 14069124. OLE color: 14069124.
HSL color Cylindrical-coordinate representation of color #84ADD6: hue angle of 210º 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 #84ADD6 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 173 | 214 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.16 |
| HSL | 210º | 0.5% | 0.68% | - |
| HSV(B) | 210º | 0.38% | 0.84% | - |
| XYZ | 36.6 | 39.65 | 69.34 | - |
| YUV | 165.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 214 | 0.38 | 0.19 | 0 | 0.16 | 210 | 0.5 | 0.68 |
| Hex | 84 | AD | D6 | 26 | 13 | 0 | 10 | D2 | 32 | 44 |
| Octal | 204 | 255 | 326 | 46 | 23 | 0 | 20 | 322 | 62 | 104 |
| Binary | 10000100 | 10101101 | 11010110 | 100110 | 10011 | 0 | 10000 | 11010010 | 110010 | 1000100 |
Color Harmonies of #84ADD6
Complementary color
Monochromatic Colors of #84ADD6
Black with #84ADD6
Text Example
Text Example
White with #84ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADD6; }
p { color: rgb(132,173,214); }
H1.HeaderClassName
{
color: #84ADD6;
}
.AnyTagClassName
{
color: #84ADD6;
}
</style>
background-color css
<style>
a { background-color: #84ADD6; }
a { background-color: rgb(132,173,214); }
div.DivClassName
{
background-color: #84ADD6;
}
.BgClassName
{
background-color: #84ADD6;
}
</style>
border-color css
<style>
span { border-color: #84ADD6; }
span { border-color: rgb(132,173,214); }
td.TdClassName
{
border-color: #84ADD6;
}
.TagClassName
{
border-color: #84ADD6;
}
</style>