Shades of Polo Blue #81ABCC
Tints of Polo Blue #81ABCC
RGB
CMYK
RGB Variations
Color information
#81ABCC (or 0x81ABCC) is known color: Polo Blue. HEX triplet: 81, AB and CC. RGB value is (129,171,204). Sum of RGB (Red+Green+Blue) = 129+171+204=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #81ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABCC is #7E5433. Grayscale: #A2A2A2. Windows color (decimal): -8279092 or 13413249. OLE color: 13413249.
HSL color Cylindrical-coordinate representation of color #81ABCC: hue angle of 206.4º 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 #81ABCC is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 171 | 204 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.2 |
| HSL | 206.4º | 0.42% | 0.65% | - |
| HSV(B) | 206.4º | 0.37% | 0.8% | - |
| XYZ | 34.52 | 38.15 | 62.67 | - |
| YUV | 162.2 | 151.59 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 204 | 0.37 | 0.16 | 0 | 0.2 | 206.4 | 0.42 | 0.65 |
| Hex | 81 | AB | CC | 25 | 10 | 0 | 14 | CE | 2A | 41 |
| Octal | 201 | 253 | 314 | 45 | 20 | 0 | 24 | 316 | 52 | 101 |
| Binary | 10000001 | 10101011 | 11001100 | 100101 | 10000 | 0 | 10100 | 11001110 | 101010 | 1000001 |
Color Harmonies of #81ABCC
Complementary color
Monochromatic Colors of #81ABCC
Black with #81ABCC
Text Example
Text Example
White with #81ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABCC; }
p { color: rgb(129,171,204); }
H1.HeaderClassName
{
color: #81ABCC;
}
.AnyTagClassName
{
color: #81ABCC;
}
</style>
background-color css
<style>
a { background-color: #81ABCC; }
a { background-color: rgb(129,171,204); }
div.DivClassName
{
background-color: #81ABCC;
}
.BgClassName
{
background-color: #81ABCC;
}
</style>
border-color css
<style>
span { border-color: #81ABCC; }
span { border-color: rgb(129,171,204); }
td.TdClassName
{
border-color: #81ABCC;
}
.TagClassName
{
border-color: #81ABCC;
}
</style>