Shades of Polo Blue #81ACC8
Tints of Polo Blue #81ACC8
RGB
CMYK
RGB Variations
Color information
#81ACC8 (or 0x81ACC8) is known color: Polo Blue. HEX triplet: 81, AC and C8. RGB value is (129,172,200). Sum of RGB (Red+Green+Blue) = 129+172+200=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #81ACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACC8 is #7E5337. Grayscale: #A2A2A2. Windows color (decimal): -8278840 or 13151361. OLE color: 13151361.
HSL color Cylindrical-coordinate representation of color #81ACC8: hue angle of 203.66º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81ACC8 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 172 | 200 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.22 |
| HSL | 203.66º | 0.39% | 0.65% | - |
| HSV(B) | 203.66º | 0.36% | 0.78% | - |
| XYZ | 34.23 | 38.34 | 60.24 | - |
| YUV | 162.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 200 | 0.36 | 0.14 | 0 | 0.22 | 203.66 | 0.39 | 0.65 |
| Hex | 81 | AC | C8 | 24 | E | 0 | 16 | CC | 27 | 41 |
| Octal | 201 | 254 | 310 | 44 | 16 | 0 | 26 | 314 | 47 | 101 |
| Binary | 10000001 | 10101100 | 11001000 | 100100 | 1110 | 0 | 10110 | 11001100 | 100111 | 1000001 |
Color Harmonies of #81ACC8
Complementary color
Monochromatic Colors of #81ACC8
Black with #81ACC8
Text Example
Text Example
White with #81ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ACC8; }
p { color: rgb(129,172,200); }
H1.HeaderClassName
{
color: #81ACC8;
}
.AnyTagClassName
{
color: #81ACC8;
}
</style>
background-color css
<style>
a { background-color: #81ACC8; }
a { background-color: rgb(129,172,200); }
div.DivClassName
{
background-color: #81ACC8;
}
.BgClassName
{
background-color: #81ACC8;
}
</style>
border-color css
<style>
span { border-color: #81ACC8; }
span { border-color: rgb(129,172,200); }
td.TdClassName
{
border-color: #81ACC8;
}
.TagClassName
{
border-color: #81ACC8;
}
</style>