Shades of Polo Blue #8CACCF
Tints of Polo Blue #8CACCF
RGB
CMYK
RGB Variations
Color information
#8CACCF (or 0x8CACCF) is known color: Polo Blue. HEX triplet: 8C, AC and CF. RGB value is (140,172,207). Sum of RGB (Red+Green+Blue) = 140+172+207=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACCF is #735330. Grayscale: #A6A6A6. Windows color (decimal): -7557937 or 13610124. OLE color: 13610124.
HSL color Cylindrical-coordinate representation of color #8CACCF: hue angle of 211.34º degrees, saturation: 0.41, 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 #8CACCF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 172 | 207 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.19 |
| HSL | 211.34º | 0.41% | 0.68% | - |
| HSV(B) | 211.34º | 0.32% | 0.81% | - |
| XYZ | 36.83 | 39.59 | 64.73 | - |
| YUV | 166.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 207 | 0.32 | 0.17 | 0 | 0.19 | 211.34 | 0.41 | 0.68 |
| Hex | 8C | AC | CF | 20 | 11 | 0 | 13 | D3 | 29 | 44 |
| Octal | 214 | 254 | 317 | 40 | 21 | 0 | 23 | 323 | 51 | 104 |
| Binary | 10001100 | 10101100 | 11001111 | 100000 | 10001 | 0 | 10011 | 11010011 | 101001 | 1000100 |
Color Harmonies of #8CACCF
Complementary color
Monochromatic Colors of #8CACCF
Black with #8CACCF
Text Example
Text Example
White with #8CACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACCF; }
p { color: rgb(140,172,207); }
H1.HeaderClassName
{
color: #8CACCF;
}
.AnyTagClassName
{
color: #8CACCF;
}
</style>
background-color css
<style>
a { background-color: #8CACCF; }
a { background-color: rgb(140,172,207); }
div.DivClassName
{
background-color: #8CACCF;
}
.BgClassName
{
background-color: #8CACCF;
}
</style>
border-color css
<style>
span { border-color: #8CACCF; }
span { border-color: rgb(140,172,207); }
td.TdClassName
{
border-color: #8CACCF;
}
.TagClassName
{
border-color: #8CACCF;
}
</style>