Shades of Polo Blue #8CA8CE
Tints of Polo Blue #8CA8CE
RGB
CMYK
RGB Variations
Color information
#8CA8CE (or 0x8CA8CE) is known color: Polo Blue. HEX triplet: 8C, A8 and CE. RGB value is (140,168,206). Sum of RGB (Red+Green+Blue) = 140+168+206=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA8CE is #735731. Grayscale: #A3A3A3. Windows color (decimal): -7558962 or 13543564. OLE color: 13543564.
HSL color Cylindrical-coordinate representation of color #8CA8CE: hue angle of 214.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CA8CE is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 168 | 206 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.19 |
| HSL | 214.55º | 0.4% | 0.68% | - |
| HSV(B) | 214.55º | 0.32% | 0.81% | - |
| XYZ | 35.96 | 38.04 | 63.84 | - |
| YUV | 163.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 206 | 0.32 | 0.18 | 0 | 0.19 | 214.55 | 0.4 | 0.68 |
| Hex | 8C | A8 | CE | 20 | 12 | 0 | 13 | D7 | 28 | 44 |
| Octal | 214 | 250 | 316 | 40 | 22 | 0 | 23 | 327 | 50 | 104 |
| Binary | 10001100 | 10101000 | 11001110 | 100000 | 10010 | 0 | 10011 | 11010111 | 101000 | 1000100 |
Color Harmonies of #8CA8CE
Complementary color
Monochromatic Colors of #8CA8CE
Black with #8CA8CE
Text Example
Text Example
White with #8CA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA8CE; }
p { color: rgb(140,168,206); }
H1.HeaderClassName
{
color: #8CA8CE;
}
.AnyTagClassName
{
color: #8CA8CE;
}
</style>
background-color css
<style>
a { background-color: #8CA8CE; }
a { background-color: rgb(140,168,206); }
div.DivClassName
{
background-color: #8CA8CE;
}
.BgClassName
{
background-color: #8CA8CE;
}
</style>
border-color css
<style>
span { border-color: #8CA8CE; }
span { border-color: rgb(140,168,206); }
td.TdClassName
{
border-color: #8CA8CE;
}
.TagClassName
{
border-color: #8CA8CE;
}
</style>