Shades of Polo Blue #8FACDD
Tints of Polo Blue #8FACDD
RGB
CMYK
RGB Variations
Color information
#8FACDD (or 0x8FACDD) is known color: Polo Blue. HEX triplet: 8F, AC and DD. RGB value is (143,172,221). Sum of RGB (Red+Green+Blue) = 143+172+221=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACDD is #705322. Grayscale: #A8A8A8. Windows color (decimal): -7361315 or 14527631. OLE color: 14527631.
HSL color Cylindrical-coordinate representation of color #8FACDD: hue angle of 217.69º 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 #8FACDD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 172 | 221 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.13 |
| HSL | 217.69º | 0.53% | 0.71% | - |
| HSV(B) | 217.69º | 0.35% | 0.87% | - |
| XYZ | 39.13 | 40.57 | 74.17 | - |
| YUV | 168.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 221 | 0.35 | 0.22 | 0 | 0.13 | 217.69 | 0.53 | 0.71 |
| Hex | 8F | AC | DD | 23 | 16 | 0 | D | DA | 35 | 47 |
| Octal | 217 | 254 | 335 | 43 | 26 | 0 | 15 | 332 | 65 | 107 |
| Binary | 10001111 | 10101100 | 11011101 | 100011 | 10110 | 0 | 1101 | 11011010 | 110101 | 1000111 |
Color Harmonies of #8FACDD
Complementary color
Monochromatic Colors of #8FACDD
Black with #8FACDD
Text Example
Text Example
White with #8FACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACDD; }
p { color: rgb(143,172,221); }
H1.HeaderClassName
{
color: #8FACDD;
}
.AnyTagClassName
{
color: #8FACDD;
}
</style>
background-color css
<style>
a { background-color: #8FACDD; }
a { background-color: rgb(143,172,221); }
div.DivClassName
{
background-color: #8FACDD;
}
.BgClassName
{
background-color: #8FACDD;
}
</style>
border-color css
<style>
span { border-color: #8FACDD; }
span { border-color: rgb(143,172,221); }
td.TdClassName
{
border-color: #8FACDD;
}
.TagClassName
{
border-color: #8FACDD;
}
</style>