Shades of Polo Blue #84ADC8
Tints of Polo Blue #84ADC8
RGB
CMYK
RGB Variations
Color information
#84ADC8 (or 0x84ADC8) is known color: Polo Blue. HEX triplet: 84, AD and C8. RGB value is (132,173,200). Sum of RGB (Red+Green+Blue) = 132+173+200=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #84ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADC8 is #7B5237. Grayscale: #A3A3A3. Windows color (decimal): -8081976 or 13151620. OLE color: 13151620.
HSL color Cylindrical-coordinate representation of color #84ADC8: hue angle of 203.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84ADC8 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 173 | 200 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.22 |
| HSL | 203.82º | 0.38% | 0.65% | - |
| HSV(B) | 203.82º | 0.34% | 0.78% | - |
| XYZ | 34.88 | 38.96 | 60.33 | - |
| YUV | 163.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 200 | 0.34 | 0.14 | 0 | 0.22 | 203.82 | 0.38 | 0.65 |
| Hex | 84 | AD | C8 | 22 | E | 0 | 16 | CC | 26 | 41 |
| Octal | 204 | 255 | 310 | 42 | 16 | 0 | 26 | 314 | 46 | 101 |
| Binary | 10000100 | 10101101 | 11001000 | 100010 | 1110 | 0 | 10110 | 11001100 | 100110 | 1000001 |
Color Harmonies of #84ADC8
Complementary color
Monochromatic Colors of #84ADC8
Black with #84ADC8
Text Example
Text Example
White with #84ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADC8; }
p { color: rgb(132,173,200); }
H1.HeaderClassName
{
color: #84ADC8;
}
.AnyTagClassName
{
color: #84ADC8;
}
</style>
background-color css
<style>
a { background-color: #84ADC8; }
a { background-color: rgb(132,173,200); }
div.DivClassName
{
background-color: #84ADC8;
}
.BgClassName
{
background-color: #84ADC8;
}
</style>
border-color css
<style>
span { border-color: #84ADC8; }
span { border-color: rgb(132,173,200); }
td.TdClassName
{
border-color: #84ADC8;
}
.TagClassName
{
border-color: #84ADC8;
}
</style>