Shades of Polo Blue #83AAC9
Tints of Polo Blue #83AAC9
RGB
CMYK
RGB Variations
Color information
#83AAC9 (or 0x83AAC9) is known color: Polo Blue. HEX triplet: 83, AA and C9. RGB value is (131,170,201). Sum of RGB (Red+Green+Blue) = 131+170+201=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #83AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AAC9 is #7C5536. Grayscale: #A1A1A1. Windows color (decimal): -8148279 or 13216387. OLE color: 13216387.
HSL color Cylindrical-coordinate representation of color #83AAC9: hue angle of 206.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83AAC9 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 170 | 201 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.21 |
| HSL | 206.57º | 0.39% | 0.65% | - |
| HSV(B) | 206.57º | 0.35% | 0.79% | - |
| XYZ | 34.28 | 37.79 | 60.75 | - |
| YUV | 161.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 201 | 0.35 | 0.15 | 0 | 0.21 | 206.57 | 0.39 | 0.65 |
| Hex | 83 | AA | C9 | 23 | F | 0 | 15 | CF | 27 | 41 |
| Octal | 203 | 252 | 311 | 43 | 17 | 0 | 25 | 317 | 47 | 101 |
| Binary | 10000011 | 10101010 | 11001001 | 100011 | 1111 | 0 | 10101 | 11001111 | 100111 | 1000001 |
Color Harmonies of #83AAC9
Complementary color
Monochromatic Colors of #83AAC9
Black with #83AAC9
Text Example
Text Example
White with #83AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AAC9; }
p { color: rgb(131,170,201); }
H1.HeaderClassName
{
color: #83AAC9;
}
.AnyTagClassName
{
color: #83AAC9;
}
</style>
background-color css
<style>
a { background-color: #83AAC9; }
a { background-color: rgb(131,170,201); }
div.DivClassName
{
background-color: #83AAC9;
}
.BgClassName
{
background-color: #83AAC9;
}
</style>
border-color css
<style>
span { border-color: #83AAC9; }
span { border-color: rgb(131,170,201); }
td.TdClassName
{
border-color: #83AAC9;
}
.TagClassName
{
border-color: #83AAC9;
}
</style>