Shades of Polo Blue #83ACD0
Tints of Polo Blue #83ACD0
RGB
CMYK
RGB Variations
Color information
#83ACD0 (or 0x83ACD0) is known color: Polo Blue. HEX triplet: 83, AC and D0. RGB value is (131,172,208). Sum of RGB (Red+Green+Blue) = 131+172+208=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #83ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACD0 is #7C532F. Grayscale: #A3A3A3. Windows color (decimal): -8147760 or 13675651. OLE color: 13675651.
HSL color Cylindrical-coordinate representation of color #83ACD0: hue angle of 208.05º 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 #83ACD0 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 172 | 208 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.18 |
| HSL | 208.05º | 0.45% | 0.66% | - |
| HSV(B) | 208.05º | 0.37% | 0.82% | - |
| XYZ | 35.5 | 38.88 | 65.31 | - |
| YUV | 163.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 208 | 0.37 | 0.17 | 0 | 0.18 | 208.05 | 0.45 | 0.66 |
| Hex | 83 | AC | D0 | 25 | 11 | 0 | 12 | D0 | 2D | 42 |
| Octal | 203 | 254 | 320 | 45 | 21 | 0 | 22 | 320 | 55 | 102 |
| Binary | 10000011 | 10101100 | 11010000 | 100101 | 10001 | 0 | 10010 | 11010000 | 101101 | 1000010 |
Color Harmonies of #83ACD0
Complementary color
Monochromatic Colors of #83ACD0
Black with #83ACD0
Text Example
Text Example
White with #83ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ACD0; }
p { color: rgb(131,172,208); }
H1.HeaderClassName
{
color: #83ACD0;
}
.AnyTagClassName
{
color: #83ACD0;
}
</style>
background-color css
<style>
a { background-color: #83ACD0; }
a { background-color: rgb(131,172,208); }
div.DivClassName
{
background-color: #83ACD0;
}
.BgClassName
{
background-color: #83ACD0;
}
</style>
border-color css
<style>
span { border-color: #83ACD0; }
span { border-color: rgb(131,172,208); }
td.TdClassName
{
border-color: #83ACD0;
}
.TagClassName
{
border-color: #83ACD0;
}
</style>