Shades of Polo Blue #8FAFDD
Tints of Polo Blue #8FAFDD
RGB
CMYK
RGB Variations
Color information
#8FAFDD (or 0x8FAFDD) is known color: Polo Blue. HEX triplet: 8F, AF and DD. RGB value is (143,175,221). Sum of RGB (Red+Green+Blue) = 143+175+221=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFDD is #705022. Grayscale: #AAAAAA. Windows color (decimal): -7360547 or 14528399. OLE color: 14528399.
HSL color Cylindrical-coordinate representation of color #8FAFDD: hue angle of 215.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FAFDD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 175 | 221 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.13 |
| HSL | 215.38º | 0.53% | 0.71% | - |
| HSV(B) | 215.38º | 0.35% | 0.87% | - |
| XYZ | 39.71 | 41.72 | 74.37 | - |
| YUV | 170.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 221 | 0.35 | 0.21 | 0 | 0.13 | 215.38 | 0.53 | 0.71 |
| Hex | 8F | AF | DD | 23 | 15 | 0 | D | D7 | 35 | 47 |
| Octal | 217 | 257 | 335 | 43 | 25 | 0 | 15 | 327 | 65 | 107 |
| Binary | 10001111 | 10101111 | 11011101 | 100011 | 10101 | 0 | 1101 | 11010111 | 110101 | 1000111 |
Color Harmonies of #8FAFDD
Complementary color
Monochromatic Colors of #8FAFDD
Black with #8FAFDD
Text Example
Text Example
White with #8FAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFDD; }
p { color: rgb(143,175,221); }
H1.HeaderClassName
{
color: #8FAFDD;
}
.AnyTagClassName
{
color: #8FAFDD;
}
</style>
background-color css
<style>
a { background-color: #8FAFDD; }
a { background-color: rgb(143,175,221); }
div.DivClassName
{
background-color: #8FAFDD;
}
.BgClassName
{
background-color: #8FAFDD;
}
</style>
border-color css
<style>
span { border-color: #8FAFDD; }
span { border-color: rgb(143,175,221); }
td.TdClassName
{
border-color: #8FAFDD;
}
.TagClassName
{
border-color: #8FAFDD;
}
</style>