Shades of Polo Blue #81ADCB
Tints of Polo Blue #81ADCB
RGB
CMYK
RGB Variations
Color information
#81ADCB (or 0x81ADCB) is known color: Polo Blue. HEX triplet: 81, AD and CB. RGB value is (129,173,203). Sum of RGB (Red+Green+Blue) = 129+173+203=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #81ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADCB is #7E5234. Grayscale: #A3A3A3. Windows color (decimal): -8278581 or 13348225. OLE color: 13348225.
HSL color Cylindrical-coordinate representation of color #81ADCB: hue angle of 204.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81ADCB is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 173 | 203 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.20 |
| HSL | 204.32º | 0.42% | 0.65% | - |
| HSV(B) | 204.32º | 0.36% | 0.8% | - |
| XYZ | 34.78 | 38.87 | 62.17 | - |
| YUV | 163.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 203 | 0.36 | 0.15 | 0 | 0.20 | 204.32 | 0.42 | 0.65 |
| Hex | 81 | AD | CB | 24 | F | 0 | 14 | CC | 2A | 41 |
| Octal | 201 | 255 | 313 | 44 | 17 | 0 | 24 | 314 | 52 | 101 |
| Binary | 10000001 | 10101101 | 11001011 | 100100 | 1111 | 0 | 10100 | 11001100 | 101010 | 1000001 |
Color Harmonies of #81ADCB
Complementary color
Monochromatic Colors of #81ADCB
Black with #81ADCB
Text Example
Text Example
White with #81ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADCB; }
p { color: rgb(129,173,203); }
H1.HeaderClassName
{
color: #81ADCB;
}
.AnyTagClassName
{
color: #81ADCB;
}
</style>
background-color css
<style>
a { background-color: #81ADCB; }
a { background-color: rgb(129,173,203); }
div.DivClassName
{
background-color: #81ADCB;
}
.BgClassName
{
background-color: #81ADCB;
}
</style>
border-color css
<style>
span { border-color: #81ADCB; }
span { border-color: rgb(129,173,203); }
td.TdClassName
{
border-color: #81ADCB;
}
.TagClassName
{
border-color: #81ADCB;
}
</style>