Shades of Polo Blue #8FAFD0
Tints of Polo Blue #8FAFD0
RGB
CMYK
RGB Variations
Color information
#8FAFD0 (or 0x8FAFD0) is known color: Polo Blue. HEX triplet: 8F, AF and D0. RGB value is (143,175,208). Sum of RGB (Red+Green+Blue) = 143+175+208=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FAFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFD0 is #70502F. Grayscale: #A9A9A9. Windows color (decimal): -7360560 or 13676431. OLE color: 13676431.
HSL color Cylindrical-coordinate representation of color #8FAFD0: hue angle of 210.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FAFD0 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 175 | 208 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.18 |
| HSL | 210.46º | 0.41% | 0.69% | - |
| HSV(B) | 210.46º | 0.31% | 0.82% | - |
| XYZ | 38.04 | 41.05 | 65.59 | - |
| YUV | 169.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 208 | 0.31 | 0.16 | 0 | 0.18 | 210.46 | 0.41 | 0.69 |
| Hex | 8F | AF | D0 | 1F | 10 | 0 | 12 | D2 | 29 | 45 |
| Octal | 217 | 257 | 320 | 37 | 20 | 0 | 22 | 322 | 51 | 105 |
| Binary | 10001111 | 10101111 | 11010000 | 11111 | 10000 | 0 | 10010 | 11010010 | 101001 | 1000101 |
Color Harmonies of #8FAFD0
Complementary color
Monochromatic Colors of #8FAFD0
Black with #8FAFD0
Text Example
Text Example
White with #8FAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFD0; }
p { color: rgb(143,175,208); }
H1.HeaderClassName
{
color: #8FAFD0;
}
.AnyTagClassName
{
color: #8FAFD0;
}
</style>
background-color css
<style>
a { background-color: #8FAFD0; }
a { background-color: rgb(143,175,208); }
div.DivClassName
{
background-color: #8FAFD0;
}
.BgClassName
{
background-color: #8FAFD0;
}
</style>
border-color css
<style>
span { border-color: #8FAFD0; }
span { border-color: rgb(143,175,208); }
td.TdClassName
{
border-color: #8FAFD0;
}
.TagClassName
{
border-color: #8FAFD0;
}
</style>