Shades of Polo Blue #81AAD3
Tints of Polo Blue #81AAD3
RGB
CMYK
RGB Variations
Color information
#81AAD3 (or 0x81AAD3) is known color: Polo Blue. HEX triplet: 81, AA and D3. RGB value is (129,170,211). Sum of RGB (Red+Green+Blue) = 129+170+211=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #81AAD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAD3 is #7E552C. Grayscale: #A2A2A2. Windows color (decimal): -8279341 or 13871745. OLE color: 13871745.
HSL color Cylindrical-coordinate representation of color #81AAD3: hue angle of 210º degrees, saturation: 0.48, 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 #81AAD3 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 170 | 211 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.17 |
| HSL | 210º | 0.48% | 0.67% | - |
| HSV(B) | 210º | 0.39% | 0.83% | - |
| XYZ | 35.19 | 38.12 | 67.13 | - |
| YUV | 162.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 211 | 0.39 | 0.19 | 0 | 0.17 | 210 | 0.48 | 0.67 |
| Hex | 81 | AA | D3 | 27 | 13 | 0 | 11 | D2 | 30 | 43 |
| Octal | 201 | 252 | 323 | 47 | 23 | 0 | 21 | 322 | 60 | 103 |
| Binary | 10000001 | 10101010 | 11010011 | 100111 | 10011 | 0 | 10001 | 11010010 | 110000 | 1000011 |
Color Harmonies of #81AAD3
Complementary color
Monochromatic Colors of #81AAD3
Black with #81AAD3
Text Example
Text Example
White with #81AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AAD3; }
p { color: rgb(129,170,211); }
H1.HeaderClassName
{
color: #81AAD3;
}
.AnyTagClassName
{
color: #81AAD3;
}
</style>
background-color css
<style>
a { background-color: #81AAD3; }
a { background-color: rgb(129,170,211); }
div.DivClassName
{
background-color: #81AAD3;
}
.BgClassName
{
background-color: #81AAD3;
}
</style>
border-color css
<style>
span { border-color: #81AAD3; }
span { border-color: rgb(129,170,211); }
td.TdClassName
{
border-color: #81AAD3;
}
.TagClassName
{
border-color: #81AAD3;
}
</style>