Shades of Polo Blue #81ADCF
Tints of Polo Blue #81ADCF
RGB
CMYK
RGB Variations
Color information
#81ADCF (or 0x81ADCF) is known color: Polo Blue. HEX triplet: 81, AD and CF. RGB value is (129,173,207). Sum of RGB (Red+Green+Blue) = 129+173+207=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #81ADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADCF is #7E5230. Grayscale: #A3A3A3. Windows color (decimal): -8278577 or 13610369. OLE color: 13610369.
HSL color Cylindrical-coordinate representation of color #81ADCF: hue angle of 206.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81ADCF is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 173 | 207 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.19 |
| HSL | 206.15º | 0.45% | 0.66% | - |
| HSV(B) | 206.15º | 0.38% | 0.81% | - |
| XYZ | 35.26 | 39.06 | 64.71 | - |
| YUV | 163.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 207 | 0.38 | 0.16 | 0 | 0.19 | 206.15 | 0.45 | 0.66 |
| Hex | 81 | AD | CF | 26 | 10 | 0 | 13 | CE | 2D | 42 |
| Octal | 201 | 255 | 317 | 46 | 20 | 0 | 23 | 316 | 55 | 102 |
| Binary | 10000001 | 10101101 | 11001111 | 100110 | 10000 | 0 | 10011 | 11001110 | 101101 | 1000010 |
Color Harmonies of #81ADCF
Complementary color
Monochromatic Colors of #81ADCF
Black with #81ADCF
Text Example
Text Example
White with #81ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADCF; }
p { color: rgb(129,173,207); }
H1.HeaderClassName
{
color: #81ADCF;
}
.AnyTagClassName
{
color: #81ADCF;
}
</style>
background-color css
<style>
a { background-color: #81ADCF; }
a { background-color: rgb(129,173,207); }
div.DivClassName
{
background-color: #81ADCF;
}
.BgClassName
{
background-color: #81ADCF;
}
</style>
border-color css
<style>
span { border-color: #81ADCF; }
span { border-color: rgb(129,173,207); }
td.TdClassName
{
border-color: #81ADCF;
}
.TagClassName
{
border-color: #81ADCF;
}
</style>