Shades of Polo Blue #8FAFD1
Tints of Polo Blue #8FAFD1
RGB
CMYK
RGB Variations
Color information
#8FAFD1 (or 0x8FAFD1) is known color: Polo Blue. HEX triplet: 8F, AF and D1. RGB value is (143,175,209). Sum of RGB (Red+Green+Blue) = 143+175+209=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #8FAFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFD1 is #70502E. Grayscale: #A9A9A9. Windows color (decimal): -7360559 or 13741967. OLE color: 13741967.
HSL color Cylindrical-coordinate representation of color #8FAFD1: hue angle of 210.91º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FAFD1 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 175 | 209 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.18 |
| HSL | 210.91º | 0.42% | 0.69% | - |
| HSV(B) | 210.91º | 0.32% | 0.82% | - |
| XYZ | 38.17 | 41.1 | 66.24 | - |
| YUV | 169.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 209 | 0.32 | 0.16 | 0 | 0.18 | 210.91 | 0.42 | 0.69 |
| Hex | 8F | AF | D1 | 20 | 10 | 0 | 12 | D3 | 2A | 45 |
| Octal | 217 | 257 | 321 | 40 | 20 | 0 | 22 | 323 | 52 | 105 |
| Binary | 10001111 | 10101111 | 11010001 | 100000 | 10000 | 0 | 10010 | 11010011 | 101010 | 1000101 |
Color Harmonies of #8FAFD1
Complementary color
Monochromatic Colors of #8FAFD1
Black with #8FAFD1
Text Example
Text Example
White with #8FAFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFD1; }
p { color: rgb(143,175,209); }
H1.HeaderClassName
{
color: #8FAFD1;
}
.AnyTagClassName
{
color: #8FAFD1;
}
</style>
background-color css
<style>
a { background-color: #8FAFD1; }
a { background-color: rgb(143,175,209); }
div.DivClassName
{
background-color: #8FAFD1;
}
.BgClassName
{
background-color: #8FAFD1;
}
</style>
border-color css
<style>
span { border-color: #8FAFD1; }
span { border-color: rgb(143,175,209); }
td.TdClassName
{
border-color: #8FAFD1;
}
.TagClassName
{
border-color: #8FAFD1;
}
</style>