Shades of Polo Blue #83AECB
Tints of Polo Blue #83AECB
RGB
CMYK
RGB Variations
Color information
#83AECB (or 0x83AECB) is known color: Polo Blue. HEX triplet: 83, AE and CB. RGB value is (131,174,203). Sum of RGB (Red+Green+Blue) = 131+174+203=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #83AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AECB is #7C5134. Grayscale: #A4A4A4. Windows color (decimal): -8147253 or 13348483. OLE color: 13348483.
HSL color Cylindrical-coordinate representation of color #83AECB: hue angle of 204.17º 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 #83AECB is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 174 | 203 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.20 |
| HSL | 204.17º | 0.41% | 0.65% | - |
| HSV(B) | 204.17º | 0.35% | 0.8% | - |
| XYZ | 35.28 | 39.41 | 62.25 | - |
| YUV | 164.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 174 | 203 | 0.35 | 0.14 | 0 | 0.20 | 204.17 | 0.41 | 0.65 |
| Hex | 83 | AE | CB | 23 | E | 0 | 14 | CC | 29 | 41 |
| Octal | 203 | 256 | 313 | 43 | 16 | 0 | 24 | 314 | 51 | 101 |
| Binary | 10000011 | 10101110 | 11001011 | 100011 | 1110 | 0 | 10100 | 11001100 | 101001 | 1000001 |
Color Harmonies of #83AECB
Complementary color
Monochromatic Colors of #83AECB
Black with #83AECB
Text Example
Text Example
White with #83AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AECB; }
p { color: rgb(131,174,203); }
H1.HeaderClassName
{
color: #83AECB;
}
.AnyTagClassName
{
color: #83AECB;
}
</style>
background-color css
<style>
a { background-color: #83AECB; }
a { background-color: rgb(131,174,203); }
div.DivClassName
{
background-color: #83AECB;
}
.BgClassName
{
background-color: #83AECB;
}
</style>
border-color css
<style>
span { border-color: #83AECB; }
span { border-color: rgb(131,174,203); }
td.TdClassName
{
border-color: #83AECB;
}
.TagClassName
{
border-color: #83AECB;
}
</style>