Shades of Polo Blue #83ADD0
Tints of Polo Blue #83ADD0
RGB
CMYK
RGB Variations
Color information
#83ADD0 (or 0x83ADD0) is known color: Polo Blue. HEX triplet: 83, AD and D0. RGB value is (131,173,208). Sum of RGB (Red+Green+Blue) = 131+173+208=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #83ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADD0 is #7C522F. Grayscale: #A4A4A4. Windows color (decimal): -8147504 or 13675907. OLE color: 13675907.
HSL color Cylindrical-coordinate representation of color #83ADD0: hue angle of 207.27º 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 #83ADD0 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 173 | 208 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.18 |
| HSL | 207.27º | 0.45% | 0.66% | - |
| HSV(B) | 207.27º | 0.37% | 0.82% | - |
| XYZ | 35.69 | 39.27 | 65.37 | - |
| YUV | 164.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 208 | 0.37 | 0.17 | 0 | 0.18 | 207.27 | 0.45 | 0.66 |
| Hex | 83 | AD | D0 | 25 | 11 | 0 | 12 | CF | 2D | 42 |
| Octal | 203 | 255 | 320 | 45 | 21 | 0 | 22 | 317 | 55 | 102 |
| Binary | 10000011 | 10101101 | 11010000 | 100101 | 10001 | 0 | 10010 | 11001111 | 101101 | 1000010 |
Color Harmonies of #83ADD0
Complementary color
Monochromatic Colors of #83ADD0
Black with #83ADD0
Text Example
Text Example
White with #83ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADD0; }
p { color: rgb(131,173,208); }
H1.HeaderClassName
{
color: #83ADD0;
}
.AnyTagClassName
{
color: #83ADD0;
}
</style>
background-color css
<style>
a { background-color: #83ADD0; }
a { background-color: rgb(131,173,208); }
div.DivClassName
{
background-color: #83ADD0;
}
.BgClassName
{
background-color: #83ADD0;
}
</style>
border-color css
<style>
span { border-color: #83ADD0; }
span { border-color: rgb(131,173,208); }
td.TdClassName
{
border-color: #83ADD0;
}
.TagClassName
{
border-color: #83ADD0;
}
</style>