Shades of Polo Blue #8FABDE
Tints of Polo Blue #8FABDE
RGB
CMYK
RGB Variations
Color information
#8FABDE (or 0x8FABDE) is known color: Polo Blue. HEX triplet: 8F, AB and DE. RGB value is (143,171,222). Sum of RGB (Red+Green+Blue) = 143+171+222=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABDE is #705421. Grayscale: #A8A8A8. Windows color (decimal): -7361570 or 14592911. OLE color: 14592911.
HSL color Cylindrical-coordinate representation of color #8FABDE: hue angle of 218.73º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FABDE is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 171 | 222 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.13 |
| HSL | 218.73º | 0.54% | 0.72% | - |
| HSV(B) | 218.73º | 0.36% | 0.87% | - |
| XYZ | 39.08 | 40.24 | 74.81 | - |
| YUV | 168.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 222 | 0.36 | 0.23 | 0 | 0.13 | 218.73 | 0.54 | 0.72 |
| Hex | 8F | AB | DE | 24 | 17 | 0 | D | DB | 36 | 48 |
| Octal | 217 | 253 | 336 | 44 | 27 | 0 | 15 | 333 | 66 | 110 |
| Binary | 10001111 | 10101011 | 11011110 | 100100 | 10111 | 0 | 1101 | 11011011 | 110110 | 1001000 |
Color Harmonies of #8FABDE
Complementary color
Monochromatic Colors of #8FABDE
Black with #8FABDE
Text Example
Text Example
White with #8FABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABDE; }
p { color: rgb(143,171,222); }
H1.HeaderClassName
{
color: #8FABDE;
}
.AnyTagClassName
{
color: #8FABDE;
}
</style>
background-color css
<style>
a { background-color: #8FABDE; }
a { background-color: rgb(143,171,222); }
div.DivClassName
{
background-color: #8FABDE;
}
.BgClassName
{
background-color: #8FABDE;
}
</style>
border-color css
<style>
span { border-color: #8FABDE; }
span { border-color: rgb(143,171,222); }
td.TdClassName
{
border-color: #8FABDE;
}
.TagClassName
{
border-color: #8FABDE;
}
</style>