Shades of Polo Blue #83ADCC
Tints of Polo Blue #83ADCC
RGB
CMYK
RGB Variations
Color information
#83ADCC (or 0x83ADCC) is known color: Polo Blue. HEX triplet: 83, AD and CC. RGB value is (131,173,204). Sum of RGB (Red+Green+Blue) = 131+173+204=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #83ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADCC is #7C5233. Grayscale: #A3A3A3. Windows color (decimal): -8147508 or 13413763. OLE color: 13413763.
HSL color Cylindrical-coordinate representation of color #83ADCC: hue angle of 205.48º 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 #83ADCC is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 173 | 204 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.2 |
| HSL | 205.48º | 0.42% | 0.66% | - |
| HSV(B) | 205.48º | 0.36% | 0.8% | - |
| XYZ | 35.2 | 39.07 | 62.81 | - |
| YUV | 163.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 204 | 0.36 | 0.15 | 0 | 0.2 | 205.48 | 0.42 | 0.66 |
| Hex | 83 | AD | CC | 24 | F | 0 | 14 | CD | 2A | 42 |
| Octal | 203 | 255 | 314 | 44 | 17 | 0 | 24 | 315 | 52 | 102 |
| Binary | 10000011 | 10101101 | 11001100 | 100100 | 1111 | 0 | 10100 | 11001101 | 101010 | 1000010 |
Color Harmonies of #83ADCC
Complementary color
Monochromatic Colors of #83ADCC
Black with #83ADCC
Text Example
Text Example
White with #83ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADCC; }
p { color: rgb(131,173,204); }
H1.HeaderClassName
{
color: #83ADCC;
}
.AnyTagClassName
{
color: #83ADCC;
}
</style>
background-color css
<style>
a { background-color: #83ADCC; }
a { background-color: rgb(131,173,204); }
div.DivClassName
{
background-color: #83ADCC;
}
.BgClassName
{
background-color: #83ADCC;
}
</style>
border-color css
<style>
span { border-color: #83ADCC; }
span { border-color: rgb(131,173,204); }
td.TdClassName
{
border-color: #83ADCC;
}
.TagClassName
{
border-color: #83ADCC;
}
</style>