Shades of Polo Blue #8CABD3
Tints of Polo Blue #8CABD3
RGB
CMYK
RGB Variations
Color information
#8CABD3 (or 0x8CABD3) is known color: Polo Blue. HEX triplet: 8C, AB and D3. RGB value is (140,171,211). Sum of RGB (Red+Green+Blue) = 140+171+211=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #8CABD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABD3 is #73542C. Grayscale: #A6A6A6. Windows color (decimal): -7558189 or 13872012. OLE color: 13872012.
HSL color Cylindrical-coordinate representation of color #8CABD3: hue angle of 213.8º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CABD3 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 171 | 211 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.17 |
| HSL | 213.8º | 0.45% | 0.69% | - |
| HSV(B) | 213.8º | 0.34% | 0.83% | - |
| XYZ | 37.14 | 39.4 | 67.28 | - |
| YUV | 166.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 211 | 0.34 | 0.19 | 0 | 0.17 | 213.8 | 0.45 | 0.69 |
| Hex | 8C | AB | D3 | 22 | 13 | 0 | 11 | D6 | 2D | 45 |
| Octal | 214 | 253 | 323 | 42 | 23 | 0 | 21 | 326 | 55 | 105 |
| Binary | 10001100 | 10101011 | 11010011 | 100010 | 10011 | 0 | 10001 | 11010110 | 101101 | 1000101 |
Color Harmonies of #8CABD3
Complementary color
Monochromatic Colors of #8CABD3
Black with #8CABD3
Text Example
Text Example
White with #8CABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CABD3; }
p { color: rgb(140,171,211); }
H1.HeaderClassName
{
color: #8CABD3;
}
.AnyTagClassName
{
color: #8CABD3;
}
</style>
background-color css
<style>
a { background-color: #8CABD3; }
a { background-color: rgb(140,171,211); }
div.DivClassName
{
background-color: #8CABD3;
}
.BgClassName
{
background-color: #8CABD3;
}
</style>
border-color css
<style>
span { border-color: #8CABD3; }
span { border-color: rgb(140,171,211); }
td.TdClassName
{
border-color: #8CABD3;
}
.TagClassName
{
border-color: #8CABD3;
}
</style>