Shades of Polo Blue #83AECE
Tints of Polo Blue #83AECE
RGB
CMYK
RGB Variations
Color information
#83AECE (or 0x83AECE) is known color: Polo Blue. HEX triplet: 83, AE and CE. RGB value is (131,174,206). Sum of RGB (Red+Green+Blue) = 131+174+206=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #83AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AECE is #7C5131. Grayscale: #A4A4A4. Windows color (decimal): -8147250 or 13545091. OLE color: 13545091.
HSL color Cylindrical-coordinate representation of color #83AECE: hue angle of 205.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83AECE is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 174 | 206 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.19 |
| HSL | 205.6º | 0.43% | 0.66% | - |
| HSV(B) | 205.6º | 0.36% | 0.81% | - |
| XYZ | 35.64 | 39.55 | 64.15 | - |
| YUV | 164.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 174 | 206 | 0.36 | 0.16 | 0 | 0.19 | 205.6 | 0.43 | 0.66 |
| Hex | 83 | AE | CE | 24 | 10 | 0 | 13 | CE | 2B | 42 |
| Octal | 203 | 256 | 316 | 44 | 20 | 0 | 23 | 316 | 53 | 102 |
| Binary | 10000011 | 10101110 | 11001110 | 100100 | 10000 | 0 | 10011 | 11001110 | 101011 | 1000010 |
Color Harmonies of #83AECE
Complementary color
Monochromatic Colors of #83AECE
Black with #83AECE
Text Example
Text Example
White with #83AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AECE; }
p { color: rgb(131,174,206); }
H1.HeaderClassName
{
color: #83AECE;
}
.AnyTagClassName
{
color: #83AECE;
}
</style>
background-color css
<style>
a { background-color: #83AECE; }
a { background-color: rgb(131,174,206); }
div.DivClassName
{
background-color: #83AECE;
}
.BgClassName
{
background-color: #83AECE;
}
</style>
border-color css
<style>
span { border-color: #83AECE; }
span { border-color: rgb(131,174,206); }
td.TdClassName
{
border-color: #83AECE;
}
.TagClassName
{
border-color: #83AECE;
}
</style>