Shades of Polo Blue #83ABCC
Tints of Polo Blue #83ABCC
RGB
CMYK
RGB Variations
Color information
#83ABCC (or 0x83ABCC) is known color: Polo Blue. HEX triplet: 83, AB and CC. RGB value is (131,171,204). Sum of RGB (Red+Green+Blue) = 131+171+204=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #83ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABCC is #7C5433. Grayscale: #A2A2A2. Windows color (decimal): -8148020 or 13413251. OLE color: 13413251.
HSL color Cylindrical-coordinate representation of color #83ABCC: hue angle of 207.12º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83ABCC is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 171 | 204 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.2 |
| HSL | 207.12º | 0.42% | 0.66% | - |
| HSV(B) | 207.12º | 0.36% | 0.8% | - |
| XYZ | 34.82 | 38.31 | 62.69 | - |
| YUV | 162.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 204 | 0.36 | 0.16 | 0 | 0.2 | 207.12 | 0.42 | 0.66 |
| Hex | 83 | AB | CC | 24 | 10 | 0 | 14 | CF | 2A | 42 |
| Octal | 203 | 253 | 314 | 44 | 20 | 0 | 24 | 317 | 52 | 102 |
| Binary | 10000011 | 10101011 | 11001100 | 100100 | 10000 | 0 | 10100 | 11001111 | 101010 | 1000010 |
Color Harmonies of #83ABCC
Complementary color
Monochromatic Colors of #83ABCC
Black with #83ABCC
Text Example
Text Example
White with #83ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABCC; }
p { color: rgb(131,171,204); }
H1.HeaderClassName
{
color: #83ABCC;
}
.AnyTagClassName
{
color: #83ABCC;
}
</style>
background-color css
<style>
a { background-color: #83ABCC; }
a { background-color: rgb(131,171,204); }
div.DivClassName
{
background-color: #83ABCC;
}
.BgClassName
{
background-color: #83ABCC;
}
</style>
border-color css
<style>
span { border-color: #83ABCC; }
span { border-color: rgb(131,171,204); }
td.TdClassName
{
border-color: #83ABCC;
}
.TagClassName
{
border-color: #83ABCC;
}
</style>