Shades of Polo Blue #83A1BE
Tints of Polo Blue #83A1BE
RGB
CMYK
RGB Variations
Color information
#83A1BE (or 0x83A1BE) is known color: Polo Blue. HEX triplet: 83, A1 and BE. RGB value is (131,161,190). Sum of RGB (Red+Green+Blue) = 131+161+190=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #83A1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A1BE is #7C5E41. Grayscale: #9B9B9B. Windows color (decimal): -8150594 or 12493187. OLE color: 12493187.
HSL color Cylindrical-coordinate representation of color #83A1BE: hue angle of 209.49º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83A1BE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 161 | 190 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.25 |
| HSL | 209.49º | 0.31% | 0.63% | - |
| HSV(B) | 209.49º | 0.31% | 0.75% | - |
| XYZ | 31.4 | 34.03 | 53.63 | - |
| YUV | 155.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 190 | 0.31 | 0.15 | 0 | 0.25 | 209.49 | 0.31 | 0.63 |
| Hex | 83 | A1 | BE | 1F | F | 0 | 19 | D1 | 1F | 3F |
| Octal | 203 | 241 | 276 | 37 | 17 | 0 | 31 | 321 | 37 | 77 |
| Binary | 10000011 | 10100001 | 10111110 | 11111 | 1111 | 0 | 11001 | 11010001 | 11111 | 111111 |
Color Harmonies of #83A1BE
Complementary color
Monochromatic Colors of #83A1BE
Black with #83A1BE
Text Example
Text Example
White with #83A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A1BE; }
p { color: rgb(131,161,190); }
H1.HeaderClassName
{
color: #83A1BE;
}
.AnyTagClassName
{
color: #83A1BE;
}
</style>
background-color css
<style>
a { background-color: #83A1BE; }
a { background-color: rgb(131,161,190); }
div.DivClassName
{
background-color: #83A1BE;
}
.BgClassName
{
background-color: #83A1BE;
}
</style>
border-color css
<style>
span { border-color: #83A1BE; }
span { border-color: rgb(131,161,190); }
td.TdClassName
{
border-color: #83A1BE;
}
.TagClassName
{
border-color: #83A1BE;
}
</style>