Shades of Polo Blue #8FAFDC
Tints of Polo Blue #8FAFDC
RGB
CMYK
RGB Variations
Color information
#8FAFDC (or 0x8FAFDC) is known color: Polo Blue. HEX triplet: 8F, AF and DC. RGB value is (143,175,220). Sum of RGB (Red+Green+Blue) = 143+175+220=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFDC is #705023. Grayscale: #AAAAAA. Windows color (decimal): -7360548 or 14462863. OLE color: 14462863.
HSL color Cylindrical-coordinate representation of color #8FAFDC: hue angle of 215.06º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FAFDC is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 175 | 220 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.14 |
| HSL | 215.06º | 0.52% | 0.71% | - |
| HSV(B) | 215.06º | 0.35% | 0.86% | - |
| XYZ | 39.58 | 41.67 | 73.67 | - |
| YUV | 170.56 | 155.9 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 220 | 0.35 | 0.20 | 0 | 0.14 | 215.06 | 0.52 | 0.71 |
| Hex | 8F | AF | DC | 23 | 14 | 0 | E | D7 | 34 | 47 |
| Octal | 217 | 257 | 334 | 43 | 24 | 0 | 16 | 327 | 64 | 107 |
| Binary | 10001111 | 10101111 | 11011100 | 100011 | 10100 | 0 | 1110 | 11010111 | 110100 | 1000111 |
Color Harmonies of #8FAFDC
Complementary color
Monochromatic Colors of #8FAFDC
Black with #8FAFDC
Text Example
Text Example
White with #8FAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFDC; }
p { color: rgb(143,175,220); }
H1.HeaderClassName
{
color: #8FAFDC;
}
.AnyTagClassName
{
color: #8FAFDC;
}
</style>
background-color css
<style>
a { background-color: #8FAFDC; }
a { background-color: rgb(143,175,220); }
div.DivClassName
{
background-color: #8FAFDC;
}
.BgClassName
{
background-color: #8FAFDC;
}
</style>
border-color css
<style>
span { border-color: #8FAFDC; }
span { border-color: rgb(143,175,220); }
td.TdClassName
{
border-color: #8FAFDC;
}
.TagClassName
{
border-color: #8FAFDC;
}
</style>