Shades of Polo Blue #81A4CE
Tints of Polo Blue #81A4CE
RGB
CMYK
RGB Variations
Color information
#81A4CE (or 0x81A4CE) is known color: Polo Blue. HEX triplet: 81, A4 and CE. RGB value is (129,164,206). Sum of RGB (Red+Green+Blue) = 129+164+206=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #81A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A4CE is #7E5B31. Grayscale: #9E9E9E. Windows color (decimal): -8280882 or 13542529. OLE color: 13542529.
HSL color Cylindrical-coordinate representation of color #81A4CE: hue angle of 212.73º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81A4CE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 164 | 206 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.19 |
| HSL | 212.73º | 0.44% | 0.66% | - |
| HSV(B) | 212.73º | 0.37% | 0.81% | - |
| XYZ | 33.47 | 35.67 | 63.51 | - |
| YUV | 158.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 206 | 0.37 | 0.20 | 0 | 0.19 | 212.73 | 0.44 | 0.66 |
| Hex | 81 | A4 | CE | 25 | 14 | 0 | 13 | D5 | 2C | 42 |
| Octal | 201 | 244 | 316 | 45 | 24 | 0 | 23 | 325 | 54 | 102 |
| Binary | 10000001 | 10100100 | 11001110 | 100101 | 10100 | 0 | 10011 | 11010101 | 101100 | 1000010 |
Color Harmonies of #81A4CE
Complementary color
Monochromatic Colors of #81A4CE
Black with #81A4CE
Text Example
Text Example
White with #81A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A4CE; }
p { color: rgb(129,164,206); }
H1.HeaderClassName
{
color: #81A4CE;
}
.AnyTagClassName
{
color: #81A4CE;
}
</style>
background-color css
<style>
a { background-color: #81A4CE; }
a { background-color: rgb(129,164,206); }
div.DivClassName
{
background-color: #81A4CE;
}
.BgClassName
{
background-color: #81A4CE;
}
</style>
border-color css
<style>
span { border-color: #81A4CE; }
span { border-color: rgb(129,164,206); }
td.TdClassName
{
border-color: #81A4CE;
}
.TagClassName
{
border-color: #81A4CE;
}
</style>