Shades of Polo Blue #8FAFCF
Tints of Polo Blue #8FAFCF
RGB
CMYK
RGB Variations
Color information
#8FAFCF (or 0x8FAFCF) is known color: Polo Blue. HEX triplet: 8F, AF and CF. RGB value is (143,175,207). Sum of RGB (Red+Green+Blue) = 143+175+207=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FAFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFCF is #705030. Grayscale: #A8A8A8. Windows color (decimal): -7360561 or 13610895. OLE color: 13610895.
HSL color Cylindrical-coordinate representation of color #8FAFCF: hue angle of 210º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FAFCF is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 175 | 207 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.19 |
| HSL | 210º | 0.4% | 0.69% | - |
| HSV(B) | 210º | 0.31% | 0.81% | - |
| XYZ | 37.92 | 41 | 64.95 | - |
| YUV | 169.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 207 | 0.31 | 0.15 | 0 | 0.19 | 210 | 0.4 | 0.69 |
| Hex | 8F | AF | CF | 1F | F | 0 | 13 | D2 | 28 | 45 |
| Octal | 217 | 257 | 317 | 37 | 17 | 0 | 23 | 322 | 50 | 105 |
| Binary | 10001111 | 10101111 | 11001111 | 11111 | 1111 | 0 | 10011 | 11010010 | 101000 | 1000101 |
Color Harmonies of #8FAFCF
Complementary color
Monochromatic Colors of #8FAFCF
Black with #8FAFCF
Text Example
Text Example
White with #8FAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFCF; }
p { color: rgb(143,175,207); }
H1.HeaderClassName
{
color: #8FAFCF;
}
.AnyTagClassName
{
color: #8FAFCF;
}
</style>
background-color css
<style>
a { background-color: #8FAFCF; }
a { background-color: rgb(143,175,207); }
div.DivClassName
{
background-color: #8FAFCF;
}
.BgClassName
{
background-color: #8FAFCF;
}
</style>
border-color css
<style>
span { border-color: #8FAFCF; }
span { border-color: rgb(143,175,207); }
td.TdClassName
{
border-color: #8FAFCF;
}
.TagClassName
{
border-color: #8FAFCF;
}
</style>