Shades of Polo Blue #81A3D4
Tints of Polo Blue #81A3D4
RGB
CMYK
RGB Variations
Color information
#81A3D4 (or 0x81A3D4) is known color: Polo Blue. HEX triplet: 81, A3 and D4. RGB value is (129,163,212). Sum of RGB (Red+Green+Blue) = 129+163+212=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #81A3D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A3D4 is #7E5C2B. Grayscale: #9E9E9E. Windows color (decimal): -8281132 or 13935489. OLE color: 13935489.
HSL color Cylindrical-coordinate representation of color #81A3D4: hue angle of 215.42º 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 #81A3D4 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 163 | 212 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.17 |
| HSL | 215.42º | 0.49% | 0.67% | - |
| HSV(B) | 215.42º | 0.39% | 0.83% | - |
| XYZ | 34.03 | 35.61 | 67.37 | - |
| YUV | 158.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 212 | 0.39 | 0.23 | 0 | 0.17 | 215.42 | 0.49 | 0.67 |
| Hex | 81 | A3 | D4 | 27 | 17 | 0 | 11 | D7 | 31 | 43 |
| Octal | 201 | 243 | 324 | 47 | 27 | 0 | 21 | 327 | 61 | 103 |
| Binary | 10000001 | 10100011 | 11010100 | 100111 | 10111 | 0 | 10001 | 11010111 | 110001 | 1000011 |
Color Harmonies of #81A3D4
Complementary color
Monochromatic Colors of #81A3D4
Black with #81A3D4
Text Example
Text Example
White with #81A3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A3D4; }
p { color: rgb(129,163,212); }
H1.HeaderClassName
{
color: #81A3D4;
}
.AnyTagClassName
{
color: #81A3D4;
}
</style>
background-color css
<style>
a { background-color: #81A3D4; }
a { background-color: rgb(129,163,212); }
div.DivClassName
{
background-color: #81A3D4;
}
.BgClassName
{
background-color: #81A3D4;
}
</style>
border-color css
<style>
span { border-color: #81A3D4; }
span { border-color: rgb(129,163,212); }
td.TdClassName
{
border-color: #81A3D4;
}
.TagClassName
{
border-color: #81A3D4;
}
</style>