Shades of Polo Blue #8FA6D6
Tints of Polo Blue #8FA6D6
RGB
CMYK
RGB Variations
Color information
#8FA6D6 (or 0x8FA6D6) is known color: Polo Blue. HEX triplet: 8F, A6 and D6. RGB value is (143,166,214). Sum of RGB (Red+Green+Blue) = 143+166+214=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FA6D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA6D6 is #705929. Grayscale: #A4A4A4. Windows color (decimal): -7362858 or 14067343. OLE color: 14067343.
HSL color Cylindrical-coordinate representation of color #8FA6D6: hue angle of 220.56º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FA6D6 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 166 | 214 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.16 |
| HSL | 220.56º | 0.46% | 0.7% | - |
| HSV(B) | 220.56º | 0.33% | 0.84% | - |
| XYZ | 37.1 | 37.97 | 68.99 | - |
| YUV | 164.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 214 | 0.33 | 0.22 | 0 | 0.16 | 220.56 | 0.46 | 0.7 |
| Hex | 8F | A6 | D6 | 21 | 16 | 0 | 10 | DD | 2E | 46 |
| Octal | 217 | 246 | 326 | 41 | 26 | 0 | 20 | 335 | 56 | 106 |
| Binary | 10001111 | 10100110 | 11010110 | 100001 | 10110 | 0 | 10000 | 11011101 | 101110 | 1000110 |
Color Harmonies of #8FA6D6
Complementary color
Monochromatic Colors of #8FA6D6
Black with #8FA6D6
Text Example
Text Example
White with #8FA6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA6D6; }
p { color: rgb(143,166,214); }
H1.HeaderClassName
{
color: #8FA6D6;
}
.AnyTagClassName
{
color: #8FA6D6;
}
</style>
background-color css
<style>
a { background-color: #8FA6D6; }
a { background-color: rgb(143,166,214); }
div.DivClassName
{
background-color: #8FA6D6;
}
.BgClassName
{
background-color: #8FA6D6;
}
</style>
border-color css
<style>
span { border-color: #8FA6D6; }
span { border-color: rgb(143,166,214); }
td.TdClassName
{
border-color: #8FA6D6;
}
.TagClassName
{
border-color: #8FA6D6;
}
</style>