Shades of Polo Blue #81A4CB
Tints of Polo Blue #81A4CB
RGB
CMYK
RGB Variations
Color information
#81A4CB (or 0x81A4CB) is known color: Polo Blue. HEX triplet: 81, A4 and CB. RGB value is (129,164,203). Sum of RGB (Red+Green+Blue) = 129+164+203=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #81A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A4CB is #7E5B34. Grayscale: #9D9D9D. Windows color (decimal): -8280885 or 13345921. OLE color: 13345921.
HSL color Cylindrical-coordinate representation of color #81A4CB: hue angle of 211.62º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81A4CB is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 164 | 203 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.20 |
| HSL | 211.62º | 0.42% | 0.65% | - |
| HSV(B) | 211.62º | 0.36% | 0.8% | - |
| XYZ | 33.11 | 35.53 | 61.61 | - |
| YUV | 157.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 203 | 0.36 | 0.19 | 0 | 0.20 | 211.62 | 0.42 | 0.65 |
| Hex | 81 | A4 | CB | 24 | 13 | 0 | 14 | D4 | 2A | 41 |
| Octal | 201 | 244 | 313 | 44 | 23 | 0 | 24 | 324 | 52 | 101 |
| Binary | 10000001 | 10100100 | 11001011 | 100100 | 10011 | 0 | 10100 | 11010100 | 101010 | 1000001 |
Color Harmonies of #81A4CB
Complementary color
Monochromatic Colors of #81A4CB
Black with #81A4CB
Text Example
Text Example
White with #81A4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A4CB; }
p { color: rgb(129,164,203); }
H1.HeaderClassName
{
color: #81A4CB;
}
.AnyTagClassName
{
color: #81A4CB;
}
</style>
background-color css
<style>
a { background-color: #81A4CB; }
a { background-color: rgb(129,164,203); }
div.DivClassName
{
background-color: #81A4CB;
}
.BgClassName
{
background-color: #81A4CB;
}
</style>
border-color css
<style>
span { border-color: #81A4CB; }
span { border-color: rgb(129,164,203); }
td.TdClassName
{
border-color: #81A4CB;
}
.TagClassName
{
border-color: #81A4CB;
}
</style>