Shades of Polo Blue #8FAFDA
Tints of Polo Blue #8FAFDA
RGB
CMYK
RGB Variations
Color information
#8FAFDA (or 0x8FAFDA) is known color: Polo Blue. HEX triplet: 8F, AF and DA. RGB value is (143,175,218). Sum of RGB (Red+Green+Blue) = 143+175+218=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FAFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFDA is #705025. Grayscale: #AAAAAA. Windows color (decimal): -7360550 or 14331791. OLE color: 14331791.
HSL color Cylindrical-coordinate representation of color #8FAFDA: hue angle of 214.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FAFDA is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 175 | 218 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.15 |
| HSL | 214.4º | 0.5% | 0.71% | - |
| HSV(B) | 214.4º | 0.34% | 0.85% | - |
| XYZ | 39.31 | 41.56 | 72.28 | - |
| YUV | 170.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 218 | 0.34 | 0.20 | 0 | 0.15 | 214.4 | 0.5 | 0.71 |
| Hex | 8F | AF | DA | 22 | 14 | 0 | F | D6 | 32 | 47 |
| Octal | 217 | 257 | 332 | 42 | 24 | 0 | 17 | 326 | 62 | 107 |
| Binary | 10001111 | 10101111 | 11011010 | 100010 | 10100 | 0 | 1111 | 11010110 | 110010 | 1000111 |
Color Harmonies of #8FAFDA
Complementary color
Monochromatic Colors of #8FAFDA
Black with #8FAFDA
Text Example
Text Example
White with #8FAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFDA; }
p { color: rgb(143,175,218); }
H1.HeaderClassName
{
color: #8FAFDA;
}
.AnyTagClassName
{
color: #8FAFDA;
}
</style>
background-color css
<style>
a { background-color: #8FAFDA; }
a { background-color: rgb(143,175,218); }
div.DivClassName
{
background-color: #8FAFDA;
}
.BgClassName
{
background-color: #8FAFDA;
}
</style>
border-color css
<style>
span { border-color: #8FAFDA; }
span { border-color: rgb(143,175,218); }
td.TdClassName
{
border-color: #8FAFDA;
}
.TagClassName
{
border-color: #8FAFDA;
}
</style>