Shades of Polo Blue #81AED2
Tints of Polo Blue #81AED2
RGB
CMYK
RGB Variations
Color information
#81AED2 (or 0x81AED2) is known color: Polo Blue. HEX triplet: 81, AE and D2. RGB value is (129,174,210). Sum of RGB (Red+Green+Blue) = 129+174+210=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #81AED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AED2 is #7E512D. Grayscale: #A4A4A4. Windows color (decimal): -8278318 or 13807233. OLE color: 13807233.
HSL color Cylindrical-coordinate representation of color #81AED2: hue angle of 206.67º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81AED2 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 174 | 210 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.18 |
| HSL | 206.67º | 0.47% | 0.66% | - |
| HSV(B) | 206.67º | 0.39% | 0.82% | - |
| XYZ | 35.82 | 39.59 | 66.73 | - |
| YUV | 164.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 210 | 0.39 | 0.17 | 0 | 0.18 | 206.67 | 0.47 | 0.66 |
| Hex | 81 | AE | D2 | 27 | 11 | 0 | 12 | CF | 2F | 42 |
| Octal | 201 | 256 | 322 | 47 | 21 | 0 | 22 | 317 | 57 | 102 |
| Binary | 10000001 | 10101110 | 11010010 | 100111 | 10001 | 0 | 10010 | 11001111 | 101111 | 1000010 |
Color Harmonies of #81AED2
Complementary color
Monochromatic Colors of #81AED2
Black with #81AED2
Text Example
Text Example
White with #81AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AED2; }
p { color: rgb(129,174,210); }
H1.HeaderClassName
{
color: #81AED2;
}
.AnyTagClassName
{
color: #81AED2;
}
</style>
background-color css
<style>
a { background-color: #81AED2; }
a { background-color: rgb(129,174,210); }
div.DivClassName
{
background-color: #81AED2;
}
.BgClassName
{
background-color: #81AED2;
}
</style>
border-color css
<style>
span { border-color: #81AED2; }
span { border-color: rgb(129,174,210); }
td.TdClassName
{
border-color: #81AED2;
}
.TagClassName
{
border-color: #81AED2;
}
</style>