Shades of Polo Blue #83A9CB
Tints of Polo Blue #83A9CB
RGB
CMYK
RGB Variations
Color information
#83A9CB (or 0x83A9CB) is known color: Polo Blue. HEX triplet: 83, A9 and CB. RGB value is (131,169,203). Sum of RGB (Red+Green+Blue) = 131+169+203=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #83A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A9CB is #7C5634. Grayscale: #A1A1A1. Windows color (decimal): -8148533 or 13347203. OLE color: 13347203.
HSL color Cylindrical-coordinate representation of color #83A9CB: hue angle of 208.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83A9CB is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 169 | 203 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.20 |
| HSL | 208.33º | 0.41% | 0.65% | - |
| HSV(B) | 208.33º | 0.35% | 0.8% | - |
| XYZ | 34.33 | 37.51 | 61.93 | - |
| YUV | 161.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 169 | 203 | 0.35 | 0.17 | 0 | 0.20 | 208.33 | 0.41 | 0.65 |
| Hex | 83 | A9 | CB | 23 | 11 | 0 | 14 | D0 | 29 | 41 |
| Octal | 203 | 251 | 313 | 43 | 21 | 0 | 24 | 320 | 51 | 101 |
| Binary | 10000011 | 10101001 | 11001011 | 100011 | 10001 | 0 | 10100 | 11010000 | 101001 | 1000001 |
Color Harmonies of #83A9CB
Complementary color
Monochromatic Colors of #83A9CB
Black with #83A9CB
Text Example
Text Example
White with #83A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A9CB; }
p { color: rgb(131,169,203); }
H1.HeaderClassName
{
color: #83A9CB;
}
.AnyTagClassName
{
color: #83A9CB;
}
</style>
background-color css
<style>
a { background-color: #83A9CB; }
a { background-color: rgb(131,169,203); }
div.DivClassName
{
background-color: #83A9CB;
}
.BgClassName
{
background-color: #83A9CB;
}
</style>
border-color css
<style>
span { border-color: #83A9CB; }
span { border-color: rgb(131,169,203); }
td.TdClassName
{
border-color: #83A9CB;
}
.TagClassName
{
border-color: #83A9CB;
}
</style>