Shades of Polo Blue #83AFCE
Tints of Polo Blue #83AFCE
RGB
CMYK
RGB Variations
Color information
#83AFCE (or 0x83AFCE) is known color: Polo Blue. HEX triplet: 83, AF and CE. RGB value is (131,175,206). Sum of RGB (Red+Green+Blue) = 131+175+206=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #83AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFCE is #7C5031. Grayscale: #A5A5A5. Windows color (decimal): -8146994 or 13545347. OLE color: 13545347.
HSL color Cylindrical-coordinate representation of color #83AFCE: hue angle of 204.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83AFCE is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 175 | 206 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.19 |
| HSL | 204.8º | 0.43% | 0.66% | - |
| HSV(B) | 204.8º | 0.36% | 0.81% | - |
| XYZ | 35.83 | 39.94 | 64.21 | - |
| YUV | 165.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 206 | 0.36 | 0.15 | 0 | 0.19 | 204.8 | 0.43 | 0.66 |
| Hex | 83 | AF | CE | 24 | F | 0 | 13 | CD | 2B | 42 |
| Octal | 203 | 257 | 316 | 44 | 17 | 0 | 23 | 315 | 53 | 102 |
| Binary | 10000011 | 10101111 | 11001110 | 100100 | 1111 | 0 | 10011 | 11001101 | 101011 | 1000010 |
Color Harmonies of #83AFCE
Complementary color
Monochromatic Colors of #83AFCE
Black with #83AFCE
Text Example
Text Example
White with #83AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AFCE; }
p { color: rgb(131,175,206); }
H1.HeaderClassName
{
color: #83AFCE;
}
.AnyTagClassName
{
color: #83AFCE;
}
</style>
background-color css
<style>
a { background-color: #83AFCE; }
a { background-color: rgb(131,175,206); }
div.DivClassName
{
background-color: #83AFCE;
}
.BgClassName
{
background-color: #83AFCE;
}
</style>
border-color css
<style>
span { border-color: #83AFCE; }
span { border-color: rgb(131,175,206); }
td.TdClassName
{
border-color: #83AFCE;
}
.TagClassName
{
border-color: #83AFCE;
}
</style>