Shades of Polo Blue #81A8D4
Tints of Polo Blue #81A8D4
RGB
CMYK
RGB Variations
Color information
#81A8D4 (or 0x81A8D4) is known color: Polo Blue. HEX triplet: 81, A8 and D4. RGB value is (129,168,212). Sum of RGB (Red+Green+Blue) = 129+168+212=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #81A8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A8D4 is #7E572B. Grayscale: #A1A1A1. Windows color (decimal): -8279852 or 13936769. OLE color: 13936769.
HSL color Cylindrical-coordinate representation of color #81A8D4: hue angle of 211.81º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81A8D4 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 168 | 212 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.17 |
| HSL | 211.81º | 0.49% | 0.67% | - |
| HSV(B) | 211.81º | 0.39% | 0.83% | - |
| XYZ | 34.94 | 37.43 | 67.67 | - |
| YUV | 161.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 212 | 0.39 | 0.21 | 0 | 0.17 | 211.81 | 0.49 | 0.67 |
| Hex | 81 | A8 | D4 | 27 | 15 | 0 | 11 | D4 | 31 | 43 |
| Octal | 201 | 250 | 324 | 47 | 25 | 0 | 21 | 324 | 61 | 103 |
| Binary | 10000001 | 10101000 | 11010100 | 100111 | 10101 | 0 | 10001 | 11010100 | 110001 | 1000011 |
Color Harmonies of #81A8D4
Complementary color
Monochromatic Colors of #81A8D4
Black with #81A8D4
Text Example
Text Example
White with #81A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A8D4; }
p { color: rgb(129,168,212); }
H1.HeaderClassName
{
color: #81A8D4;
}
.AnyTagClassName
{
color: #81A8D4;
}
</style>
background-color css
<style>
a { background-color: #81A8D4; }
a { background-color: rgb(129,168,212); }
div.DivClassName
{
background-color: #81A8D4;
}
.BgClassName
{
background-color: #81A8D4;
}
</style>
border-color css
<style>
span { border-color: #81A8D4; }
span { border-color: rgb(129,168,212); }
td.TdClassName
{
border-color: #81A8D4;
}
.TagClassName
{
border-color: #81A8D4;
}
</style>