Shades of Polo Blue #8FACD6
Tints of Polo Blue #8FACD6
RGB
CMYK
RGB Variations
Color information
#8FACD6 (or 0x8FACD6) is known color: Polo Blue. HEX triplet: 8F, AC and D6. RGB value is (143,172,214). Sum of RGB (Red+Green+Blue) = 143+172+214=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACD6 is #705329. Grayscale: #A7A7A7. Windows color (decimal): -7361322 or 14068879. OLE color: 14068879.
HSL color Cylindrical-coordinate representation of color #8FACD6: hue angle of 215.49º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FACD6 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 172 | 214 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.16 |
| HSL | 215.49º | 0.46% | 0.7% | - |
| HSV(B) | 215.49º | 0.33% | 0.84% | - |
| XYZ | 38.22 | 40.2 | 69.36 | - |
| YUV | 168.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 214 | 0.33 | 0.20 | 0 | 0.16 | 215.49 | 0.46 | 0.7 |
| Hex | 8F | AC | D6 | 21 | 14 | 0 | 10 | D7 | 2E | 46 |
| Octal | 217 | 254 | 326 | 41 | 24 | 0 | 20 | 327 | 56 | 106 |
| Binary | 10001111 | 10101100 | 11010110 | 100001 | 10100 | 0 | 10000 | 11010111 | 101110 | 1000110 |
Color Harmonies of #8FACD6
Complementary color
Monochromatic Colors of #8FACD6
Black with #8FACD6
Text Example
Text Example
White with #8FACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACD6; }
p { color: rgb(143,172,214); }
H1.HeaderClassName
{
color: #8FACD6;
}
.AnyTagClassName
{
color: #8FACD6;
}
</style>
background-color css
<style>
a { background-color: #8FACD6; }
a { background-color: rgb(143,172,214); }
div.DivClassName
{
background-color: #8FACD6;
}
.BgClassName
{
background-color: #8FACD6;
}
</style>
border-color css
<style>
span { border-color: #8FACD6; }
span { border-color: rgb(143,172,214); }
td.TdClassName
{
border-color: #8FACD6;
}
.TagClassName
{
border-color: #8FACD6;
}
</style>