Shades of Polo Blue #81AED3
Tints of Polo Blue #81AED3
RGB
CMYK
RGB Variations
Color information
#81AED3 (or 0x81AED3) is known color: Polo Blue. HEX triplet: 81, AE and D3. RGB value is (129,174,211). Sum of RGB (Red+Green+Blue) = 129+174+211=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #81AED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AED3 is #7E512C. Grayscale: #A4A4A4. Windows color (decimal): -8278317 or 13872769. OLE color: 13872769.
HSL color Cylindrical-coordinate representation of color #81AED3: hue angle of 207.07º 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 #81AED3 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 174 | 211 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.17 |
| HSL | 207.07º | 0.48% | 0.67% | - |
| HSV(B) | 207.07º | 0.39% | 0.83% | - |
| XYZ | 35.95 | 39.64 | 67.39 | - |
| YUV | 164.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 211 | 0.39 | 0.18 | 0 | 0.17 | 207.07 | 0.48 | 0.67 |
| Hex | 81 | AE | D3 | 27 | 12 | 0 | 11 | CF | 30 | 43 |
| Octal | 201 | 256 | 323 | 47 | 22 | 0 | 21 | 317 | 60 | 103 |
| Binary | 10000001 | 10101110 | 11010011 | 100111 | 10010 | 0 | 10001 | 11001111 | 110000 | 1000011 |
Color Harmonies of #81AED3
Complementary color
Monochromatic Colors of #81AED3
Black with #81AED3
Text Example
Text Example
White with #81AED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AED3; }
p { color: rgb(129,174,211); }
H1.HeaderClassName
{
color: #81AED3;
}
.AnyTagClassName
{
color: #81AED3;
}
</style>
background-color css
<style>
a { background-color: #81AED3; }
a { background-color: rgb(129,174,211); }
div.DivClassName
{
background-color: #81AED3;
}
.BgClassName
{
background-color: #81AED3;
}
</style>
border-color css
<style>
span { border-color: #81AED3; }
span { border-color: rgb(129,174,211); }
td.TdClassName
{
border-color: #81AED3;
}
.TagClassName
{
border-color: #81AED3;
}
</style>