Shades of Polo Blue #8FAECC
Tints of Polo Blue #8FAECC
RGB
CMYK
RGB Variations
Color information
#8FAECC (or 0x8FAECC) is known color: Polo Blue. HEX triplet: 8F, AE and CC. RGB value is (143,174,204). Sum of RGB (Red+Green+Blue) = 143+174+204=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAECC is #705133. Grayscale: #A8A8A8. Windows color (decimal): -7360820 or 13414031. OLE color: 13414031.
HSL color Cylindrical-coordinate representation of color #8FAECC: hue angle of 209.51º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FAECC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 174 | 204 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.2 |
| HSL | 209.51º | 0.37% | 0.68% | - |
| HSV(B) | 209.51º | 0.3% | 0.8% | - |
| XYZ | 37.36 | 40.47 | 62.97 | - |
| YUV | 168.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 204 | 0.30 | 0.15 | 0 | 0.2 | 209.51 | 0.37 | 0.68 |
| Hex | 8F | AE | CC | 1E | F | 0 | 14 | D2 | 25 | 44 |
| Octal | 217 | 256 | 314 | 36 | 17 | 0 | 24 | 322 | 45 | 104 |
| Binary | 10001111 | 10101110 | 11001100 | 11110 | 1111 | 0 | 10100 | 11010010 | 100101 | 1000100 |
Color Harmonies of #8FAECC
Complementary color
Monochromatic Colors of #8FAECC
Black with #8FAECC
Text Example
Text Example
White with #8FAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAECC; }
p { color: rgb(143,174,204); }
H1.HeaderClassName
{
color: #8FAECC;
}
.AnyTagClassName
{
color: #8FAECC;
}
</style>
background-color css
<style>
a { background-color: #8FAECC; }
a { background-color: rgb(143,174,204); }
div.DivClassName
{
background-color: #8FAECC;
}
.BgClassName
{
background-color: #8FAECC;
}
</style>
border-color css
<style>
span { border-color: #8FAECC; }
span { border-color: rgb(143,174,204); }
td.TdClassName
{
border-color: #8FAECC;
}
.TagClassName
{
border-color: #8FAECC;
}
</style>