Shades of Polo Blue #81A6CC
Tints of Polo Blue #81A6CC
RGB
CMYK
RGB Variations
Color information
#81A6CC (or 0x81A6CC) is known color: Polo Blue. HEX triplet: 81, A6 and CC. RGB value is (129,166,204). Sum of RGB (Red+Green+Blue) = 129+166+204=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #81A6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A6CC is #7E5933. Grayscale: #9F9F9F. Windows color (decimal): -8280372 or 13411969. OLE color: 13411969.
HSL color Cylindrical-coordinate representation of color #81A6CC: hue angle of 210.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 #81A6CC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 166 | 204 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.2 |
| HSL | 210.4º | 0.42% | 0.65% | - |
| HSV(B) | 210.4º | 0.37% | 0.8% | - |
| XYZ | 33.59 | 36.3 | 62.36 | - |
| YUV | 159.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 204 | 0.37 | 0.19 | 0 | 0.2 | 210.4 | 0.42 | 0.65 |
| Hex | 81 | A6 | CC | 25 | 13 | 0 | 14 | D2 | 2A | 41 |
| Octal | 201 | 246 | 314 | 45 | 23 | 0 | 24 | 322 | 52 | 101 |
| Binary | 10000001 | 10100110 | 11001100 | 100101 | 10011 | 0 | 10100 | 11010010 | 101010 | 1000001 |
Color Harmonies of #81A6CC
Complementary color
Monochromatic Colors of #81A6CC
Black with #81A6CC
Text Example
Text Example
White with #81A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A6CC; }
p { color: rgb(129,166,204); }
H1.HeaderClassName
{
color: #81A6CC;
}
.AnyTagClassName
{
color: #81A6CC;
}
</style>
background-color css
<style>
a { background-color: #81A6CC; }
a { background-color: rgb(129,166,204); }
div.DivClassName
{
background-color: #81A6CC;
}
.BgClassName
{
background-color: #81A6CC;
}
</style>
border-color css
<style>
span { border-color: #81A6CC; }
span { border-color: rgb(129,166,204); }
td.TdClassName
{
border-color: #81A6CC;
}
.TagClassName
{
border-color: #81A6CC;
}
</style>