Shades of Polo Blue #8FAECE
Tints of Polo Blue #8FAECE
RGB
CMYK
RGB Variations
Color information
#8FAECE (or 0x8FAECE) is known color: Polo Blue. HEX triplet: 8F, AE and CE. RGB value is (143,174,206). Sum of RGB (Red+Green+Blue) = 143+174+206=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAECE is #705131. Grayscale: #A8A8A8. Windows color (decimal): -7360818 or 13545103. OLE color: 13545103.
HSL color Cylindrical-coordinate representation of color #8FAECE: hue angle of 210.48º 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 #8FAECE is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 174 | 206 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.19 |
| HSL | 210.48º | 0.39% | 0.68% | - |
| HSV(B) | 210.48º | 0.31% | 0.81% | - |
| XYZ | 37.6 | 40.57 | 64.24 | - |
| YUV | 168.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 206 | 0.31 | 0.16 | 0 | 0.19 | 210.48 | 0.39 | 0.68 |
| Hex | 8F | AE | CE | 1F | 10 | 0 | 13 | D2 | 27 | 44 |
| Octal | 217 | 256 | 316 | 37 | 20 | 0 | 23 | 322 | 47 | 104 |
| Binary | 10001111 | 10101110 | 11001110 | 11111 | 10000 | 0 | 10011 | 11010010 | 100111 | 1000100 |
Color Harmonies of #8FAECE
Complementary color
Monochromatic Colors of #8FAECE
Black with #8FAECE
Text Example
Text Example
White with #8FAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAECE; }
p { color: rgb(143,174,206); }
H1.HeaderClassName
{
color: #8FAECE;
}
.AnyTagClassName
{
color: #8FAECE;
}
</style>
background-color css
<style>
a { background-color: #8FAECE; }
a { background-color: rgb(143,174,206); }
div.DivClassName
{
background-color: #8FAECE;
}
.BgClassName
{
background-color: #8FAECE;
}
</style>
border-color css
<style>
span { border-color: #8FAECE; }
span { border-color: rgb(143,174,206); }
td.TdClassName
{
border-color: #8FAECE;
}
.TagClassName
{
border-color: #8FAECE;
}
</style>