Shades of Polo Blue #8FAECD
Tints of Polo Blue #8FAECD
RGB
CMYK
RGB Variations
Color information
#8FAECD (or 0x8FAECD) is known color: Polo Blue. HEX triplet: 8F, AE and CD. RGB value is (143,174,205). Sum of RGB (Red+Green+Blue) = 143+174+205=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAECD is #705132. Grayscale: #A8A8A8. Windows color (decimal): -7360819 or 13479567. OLE color: 13479567.
HSL color Cylindrical-coordinate representation of color #8FAECD: hue angle of 210º degrees, saturation: 0.38, 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 #8FAECD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 174 | 205 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.20 |
| HSL | 210º | 0.38% | 0.68% | - |
| HSV(B) | 210º | 0.3% | 0.8% | - |
| XYZ | 37.48 | 40.52 | 63.6 | - |
| YUV | 168.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 205 | 0.30 | 0.15 | 0 | 0.20 | 210 | 0.38 | 0.68 |
| Hex | 8F | AE | CD | 1E | F | 0 | 14 | D2 | 26 | 44 |
| Octal | 217 | 256 | 315 | 36 | 17 | 0 | 24 | 322 | 46 | 104 |
| Binary | 10001111 | 10101110 | 11001101 | 11110 | 1111 | 0 | 10100 | 11010010 | 100110 | 1000100 |
Color Harmonies of #8FAECD
Complementary color
Monochromatic Colors of #8FAECD
Black with #8FAECD
Text Example
Text Example
White with #8FAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAECD; }
p { color: rgb(143,174,205); }
H1.HeaderClassName
{
color: #8FAECD;
}
.AnyTagClassName
{
color: #8FAECD;
}
</style>
background-color css
<style>
a { background-color: #8FAECD; }
a { background-color: rgb(143,174,205); }
div.DivClassName
{
background-color: #8FAECD;
}
.BgClassName
{
background-color: #8FAECD;
}
</style>
border-color css
<style>
span { border-color: #8FAECD; }
span { border-color: rgb(143,174,205); }
td.TdClassName
{
border-color: #8FAECD;
}
.TagClassName
{
border-color: #8FAECD;
}
</style>