Shades of Polo Blue #8FAADD
Tints of Polo Blue #8FAADD
RGB
CMYK
RGB Variations
Color information
#8FAADD (or 0x8FAADD) is known color: Polo Blue. HEX triplet: 8F, AA and DD. RGB value is (143,170,221). Sum of RGB (Red+Green+Blue) = 143+170+221=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAADD is #705522. Grayscale: #A7A7A7. Windows color (decimal): -7361827 or 14527119. OLE color: 14527119.
HSL color Cylindrical-coordinate representation of color #8FAADD: hue angle of 219.23º 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 #8FAADD is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 170 | 221 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.13 |
| HSL | 219.23º | 0.53% | 0.71% | - |
| HSV(B) | 219.23º | 0.35% | 0.87% | - |
| XYZ | 38.75 | 39.81 | 74.05 | - |
| YUV | 167.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 221 | 0.35 | 0.23 | 0 | 0.13 | 219.23 | 0.53 | 0.71 |
| Hex | 8F | AA | DD | 23 | 17 | 0 | D | DB | 35 | 47 |
| Octal | 217 | 252 | 335 | 43 | 27 | 0 | 15 | 333 | 65 | 107 |
| Binary | 10001111 | 10101010 | 11011101 | 100011 | 10111 | 0 | 1101 | 11011011 | 110101 | 1000111 |
Color Harmonies of #8FAADD
Complementary color
Monochromatic Colors of #8FAADD
Black with #8FAADD
Text Example
Text Example
White with #8FAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAADD; }
p { color: rgb(143,170,221); }
H1.HeaderClassName
{
color: #8FAADD;
}
.AnyTagClassName
{
color: #8FAADD;
}
</style>
background-color css
<style>
a { background-color: #8FAADD; }
a { background-color: rgb(143,170,221); }
div.DivClassName
{
background-color: #8FAADD;
}
.BgClassName
{
background-color: #8FAADD;
}
</style>
border-color css
<style>
span { border-color: #8FAADD; }
span { border-color: rgb(143,170,221); }
td.TdClassName
{
border-color: #8FAADD;
}
.TagClassName
{
border-color: #8FAADD;
}
</style>