Shades of Polo Blue #8FACCE
Tints of Polo Blue #8FACCE
RGB
CMYK
RGB Variations
Color information
#8FACCE (or 0x8FACCE) is known color: Polo Blue. HEX triplet: 8F, AC and CE. RGB value is (143,172,206). Sum of RGB (Red+Green+Blue) = 143+172+206=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACCE is #705331. Grayscale: #A7A7A7. Windows color (decimal): -7361330 or 13544591. OLE color: 13544591.
HSL color Cylindrical-coordinate representation of color #8FACCE: hue angle of 212.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FACCE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 172 | 206 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.19 |
| HSL | 212.38º | 0.39% | 0.68% | - |
| HSV(B) | 212.38º | 0.31% | 0.81% | - |
| XYZ | 37.22 | 39.8 | 64.11 | - |
| YUV | 167.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 206 | 0.31 | 0.17 | 0 | 0.19 | 212.38 | 0.39 | 0.68 |
| Hex | 8F | AC | CE | 1F | 11 | 0 | 13 | D4 | 27 | 44 |
| Octal | 217 | 254 | 316 | 37 | 21 | 0 | 23 | 324 | 47 | 104 |
| Binary | 10001111 | 10101100 | 11001110 | 11111 | 10001 | 0 | 10011 | 11010100 | 100111 | 1000100 |
Color Harmonies of #8FACCE
Complementary color
Monochromatic Colors of #8FACCE
Black with #8FACCE
Text Example
Text Example
White with #8FACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACCE; }
p { color: rgb(143,172,206); }
H1.HeaderClassName
{
color: #8FACCE;
}
.AnyTagClassName
{
color: #8FACCE;
}
</style>
background-color css
<style>
a { background-color: #8FACCE; }
a { background-color: rgb(143,172,206); }
div.DivClassName
{
background-color: #8FACCE;
}
.BgClassName
{
background-color: #8FACCE;
}
</style>
border-color css
<style>
span { border-color: #8FACCE; }
span { border-color: rgb(143,172,206); }
td.TdClassName
{
border-color: #8FACCE;
}
.TagClassName
{
border-color: #8FACCE;
}
</style>