Shades of Polo Blue #84ADC9
Tints of Polo Blue #84ADC9
RGB
CMYK
RGB Variations
Color information
#84ADC9 (or 0x84ADC9) is known color: Polo Blue. HEX triplet: 84, AD and C9. RGB value is (132,173,201). Sum of RGB (Red+Green+Blue) = 132+173+201=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #84ADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADC9 is #7B5236. Grayscale: #A3A3A3. Windows color (decimal): -8081975 or 13217156. OLE color: 13217156.
HSL color Cylindrical-coordinate representation of color #84ADC9: hue angle of 204.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84ADC9 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 173 | 201 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.21 |
| HSL | 204.35º | 0.39% | 0.65% | - |
| HSV(B) | 204.35º | 0.34% | 0.79% | - |
| XYZ | 35 | 39.01 | 60.94 | - |
| YUV | 163.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 201 | 0.34 | 0.14 | 0 | 0.21 | 204.35 | 0.39 | 0.65 |
| Hex | 84 | AD | C9 | 22 | E | 0 | 15 | CC | 27 | 41 |
| Octal | 204 | 255 | 311 | 42 | 16 | 0 | 25 | 314 | 47 | 101 |
| Binary | 10000100 | 10101101 | 11001001 | 100010 | 1110 | 0 | 10101 | 11001100 | 100111 | 1000001 |
Color Harmonies of #84ADC9
Complementary color
Monochromatic Colors of #84ADC9
Black with #84ADC9
Text Example
Text Example
White with #84ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADC9; }
p { color: rgb(132,173,201); }
H1.HeaderClassName
{
color: #84ADC9;
}
.AnyTagClassName
{
color: #84ADC9;
}
</style>
background-color css
<style>
a { background-color: #84ADC9; }
a { background-color: rgb(132,173,201); }
div.DivClassName
{
background-color: #84ADC9;
}
.BgClassName
{
background-color: #84ADC9;
}
</style>
border-color css
<style>
span { border-color: #84ADC9; }
span { border-color: rgb(132,173,201); }
td.TdClassName
{
border-color: #84ADC9;
}
.TagClassName
{
border-color: #84ADC9;
}
</style>