Shades of Polo Blue #8CA8CC
Tints of Polo Blue #8CA8CC
RGB
CMYK
RGB Variations
Color information
#8CA8CC (or 0x8CA8CC) is known color: Polo Blue. HEX triplet: 8C, A8 and CC. RGB value is (140,168,204). Sum of RGB (Red+Green+Blue) = 140+168+204=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA8CC is #735733. Grayscale: #A3A3A3. Windows color (decimal): -7558964 or 13412492. OLE color: 13412492.
HSL color Cylindrical-coordinate representation of color #8CA8CC: hue angle of 213.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CA8CC is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 168 | 204 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.2 |
| HSL | 213.75º | 0.39% | 0.67% | - |
| HSV(B) | 213.75º | 0.31% | 0.8% | - |
| XYZ | 35.72 | 37.94 | 62.57 | - |
| YUV | 163.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 204 | 0.31 | 0.18 | 0 | 0.2 | 213.75 | 0.39 | 0.67 |
| Hex | 8C | A8 | CC | 1F | 12 | 0 | 14 | D6 | 27 | 43 |
| Octal | 214 | 250 | 314 | 37 | 22 | 0 | 24 | 326 | 47 | 103 |
| Binary | 10001100 | 10101000 | 11001100 | 11111 | 10010 | 0 | 10100 | 11010110 | 100111 | 1000011 |
Color Harmonies of #8CA8CC
Complementary color
Monochromatic Colors of #8CA8CC
Black with #8CA8CC
Text Example
Text Example
White with #8CA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA8CC; }
p { color: rgb(140,168,204); }
H1.HeaderClassName
{
color: #8CA8CC;
}
.AnyTagClassName
{
color: #8CA8CC;
}
</style>
background-color css
<style>
a { background-color: #8CA8CC; }
a { background-color: rgb(140,168,204); }
div.DivClassName
{
background-color: #8CA8CC;
}
.BgClassName
{
background-color: #8CA8CC;
}
</style>
border-color css
<style>
span { border-color: #8CA8CC; }
span { border-color: rgb(140,168,204); }
td.TdClassName
{
border-color: #8CA8CC;
}
.TagClassName
{
border-color: #8CA8CC;
}
</style>