Shades of Polo Blue #83A8D0
Tints of Polo Blue #83A8D0
RGB
CMYK
RGB Variations
Color information
#83A8D0 (or 0x83A8D0) is known color: Polo Blue. HEX triplet: 83, A8 and D0. RGB value is (131,168,208). Sum of RGB (Red+Green+Blue) = 131+168+208=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #83A8D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A8D0 is #7C572F. Grayscale: #A1A1A1. Windows color (decimal): -8148784 or 13674627. OLE color: 13674627.
HSL color Cylindrical-coordinate representation of color #83A8D0: hue angle of 211.17º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83A8D0 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 168 | 208 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.18 |
| HSL | 211.17º | 0.45% | 0.66% | - |
| HSV(B) | 211.17º | 0.37% | 0.82% | - |
| XYZ | 34.75 | 37.38 | 65.06 | - |
| YUV | 161.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 168 | 208 | 0.37 | 0.19 | 0 | 0.18 | 211.17 | 0.45 | 0.66 |
| Hex | 83 | A8 | D0 | 25 | 13 | 0 | 12 | D3 | 2D | 42 |
| Octal | 203 | 250 | 320 | 45 | 23 | 0 | 22 | 323 | 55 | 102 |
| Binary | 10000011 | 10101000 | 11010000 | 100101 | 10011 | 0 | 10010 | 11010011 | 101101 | 1000010 |
Color Harmonies of #83A8D0
Complementary color
Monochromatic Colors of #83A8D0
Black with #83A8D0
Text Example
Text Example
White with #83A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A8D0; }
p { color: rgb(131,168,208); }
H1.HeaderClassName
{
color: #83A8D0;
}
.AnyTagClassName
{
color: #83A8D0;
}
</style>
background-color css
<style>
a { background-color: #83A8D0; }
a { background-color: rgb(131,168,208); }
div.DivClassName
{
background-color: #83A8D0;
}
.BgClassName
{
background-color: #83A8D0;
}
</style>
border-color css
<style>
span { border-color: #83A8D0; }
span { border-color: rgb(131,168,208); }
td.TdClassName
{
border-color: #83A8D0;
}
.TagClassName
{
border-color: #83A8D0;
}
</style>