Shades of Polo Blue #81A4CC
Tints of Polo Blue #81A4CC
RGB
CMYK
RGB Variations
Color information
#81A4CC (or 0x81A4CC) is known color: Polo Blue. HEX triplet: 81, A4 and CC. RGB value is (129,164,204). Sum of RGB (Red+Green+Blue) = 129+164+204=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #81A4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A4CC is #7E5B33. Grayscale: #9D9D9D. Windows color (decimal): -8280884 or 13411457. OLE color: 13411457.
HSL color Cylindrical-coordinate representation of color #81A4CC: hue angle of 212º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81A4CC is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 164 | 204 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.2 |
| HSL | 212º | 0.42% | 0.65% | - |
| HSV(B) | 212º | 0.37% | 0.8% | - |
| XYZ | 33.23 | 35.58 | 62.24 | - |
| YUV | 158.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 204 | 0.37 | 0.20 | 0 | 0.2 | 212 | 0.42 | 0.65 |
| Hex | 81 | A4 | CC | 25 | 14 | 0 | 14 | D4 | 2A | 41 |
| Octal | 201 | 244 | 314 | 45 | 24 | 0 | 24 | 324 | 52 | 101 |
| Binary | 10000001 | 10100100 | 11001100 | 100101 | 10100 | 0 | 10100 | 11010100 | 101010 | 1000001 |
Color Harmonies of #81A4CC
Complementary color
Monochromatic Colors of #81A4CC
Black with #81A4CC
Text Example
Text Example
White with #81A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A4CC; }
p { color: rgb(129,164,204); }
H1.HeaderClassName
{
color: #81A4CC;
}
.AnyTagClassName
{
color: #81A4CC;
}
</style>
background-color css
<style>
a { background-color: #81A4CC; }
a { background-color: rgb(129,164,204); }
div.DivClassName
{
background-color: #81A4CC;
}
.BgClassName
{
background-color: #81A4CC;
}
</style>
border-color css
<style>
span { border-color: #81A4CC; }
span { border-color: rgb(129,164,204); }
td.TdClassName
{
border-color: #81A4CC;
}
.TagClassName
{
border-color: #81A4CC;
}
</style>