Shades of Polo Blue #83ACD5
Tints of Polo Blue #83ACD5
RGB
CMYK
RGB Variations
Color information
#83ACD5 (or 0x83ACD5) is known color: Polo Blue. HEX triplet: 83, AC and D5. RGB value is (131,172,213). Sum of RGB (Red+Green+Blue) = 131+172+213=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #83ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACD5 is #7C532A. Grayscale: #A4A4A4. Windows color (decimal): -8147755 or 14003331. OLE color: 14003331.
HSL color Cylindrical-coordinate representation of color #83ACD5: hue angle of 210º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83ACD5 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 172 | 213 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.16 |
| HSL | 210º | 0.49% | 0.67% | - |
| HSV(B) | 210º | 0.38% | 0.84% | - |
| XYZ | 36.12 | 39.13 | 68.6 | - |
| YUV | 164.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 213 | 0.38 | 0.19 | 0 | 0.16 | 210 | 0.49 | 0.67 |
| Hex | 83 | AC | D5 | 26 | 13 | 0 | 10 | D2 | 31 | 43 |
| Octal | 203 | 254 | 325 | 46 | 23 | 0 | 20 | 322 | 61 | 103 |
| Binary | 10000011 | 10101100 | 11010101 | 100110 | 10011 | 0 | 10000 | 11010010 | 110001 | 1000011 |
Color Harmonies of #83ACD5
Complementary color
Monochromatic Colors of #83ACD5
Black with #83ACD5
Text Example
Text Example
White with #83ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ACD5; }
p { color: rgb(131,172,213); }
H1.HeaderClassName
{
color: #83ACD5;
}
.AnyTagClassName
{
color: #83ACD5;
}
</style>
background-color css
<style>
a { background-color: #83ACD5; }
a { background-color: rgb(131,172,213); }
div.DivClassName
{
background-color: #83ACD5;
}
.BgClassName
{
background-color: #83ACD5;
}
</style>
border-color css
<style>
span { border-color: #83ACD5; }
span { border-color: rgb(131,172,213); }
td.TdClassName
{
border-color: #83ACD5;
}
.TagClassName
{
border-color: #83ACD5;
}
</style>