Shades of Polo Blue #81ADCD
Tints of Polo Blue #81ADCD
RGB
CMYK
RGB Variations
Color information
#81ADCD (or 0x81ADCD) is known color: Polo Blue. HEX triplet: 81, AD and CD. RGB value is (129,173,205). Sum of RGB (Red+Green+Blue) = 129+173+205=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #81ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADCD is #7E5232. Grayscale: #A3A3A3. Windows color (decimal): -8278579 or 13479297. OLE color: 13479297.
HSL color Cylindrical-coordinate representation of color #81ADCD: hue angle of 205.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81ADCD is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 173 | 205 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.20 |
| HSL | 205.26º | 0.43% | 0.65% | - |
| HSV(B) | 205.26º | 0.37% | 0.8% | - |
| XYZ | 35.02 | 38.96 | 63.43 | - |
| YUV | 163.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 205 | 0.37 | 0.16 | 0 | 0.20 | 205.26 | 0.43 | 0.65 |
| Hex | 81 | AD | CD | 25 | 10 | 0 | 14 | CD | 2B | 41 |
| Octal | 201 | 255 | 315 | 45 | 20 | 0 | 24 | 315 | 53 | 101 |
| Binary | 10000001 | 10101101 | 11001101 | 100101 | 10000 | 0 | 10100 | 11001101 | 101011 | 1000001 |
Color Harmonies of #81ADCD
Complementary color
Monochromatic Colors of #81ADCD
Black with #81ADCD
Text Example
Text Example
White with #81ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADCD; }
p { color: rgb(129,173,205); }
H1.HeaderClassName
{
color: #81ADCD;
}
.AnyTagClassName
{
color: #81ADCD;
}
</style>
background-color css
<style>
a { background-color: #81ADCD; }
a { background-color: rgb(129,173,205); }
div.DivClassName
{
background-color: #81ADCD;
}
.BgClassName
{
background-color: #81ADCD;
}
</style>
border-color css
<style>
span { border-color: #81ADCD; }
span { border-color: rgb(129,173,205); }
td.TdClassName
{
border-color: #81ADCD;
}
.TagClassName
{
border-color: #81ADCD;
}
</style>