Shades of Polo Blue #8FAADA
Tints of Polo Blue #8FAADA
RGB
CMYK
RGB Variations
Color information
#8FAADA (or 0x8FAADA) is known color: Polo Blue. HEX triplet: 8F, AA and DA. RGB value is (143,170,218). Sum of RGB (Red+Green+Blue) = 143+170+218=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FAADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAADA is #705525. Grayscale: #A7A7A7. Windows color (decimal): -7361830 or 14330511. OLE color: 14330511.
HSL color Cylindrical-coordinate representation of color #8FAADA: hue angle of 218.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 #8FAADA is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 170 | 218 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.15 |
| HSL | 218.4º | 0.5% | 0.71% | - |
| HSV(B) | 218.4º | 0.34% | 0.85% | - |
| XYZ | 38.36 | 39.65 | 71.96 | - |
| YUV | 167.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 218 | 0.34 | 0.22 | 0 | 0.15 | 218.4 | 0.5 | 0.71 |
| Hex | 8F | AA | DA | 22 | 16 | 0 | F | DA | 32 | 47 |
| Octal | 217 | 252 | 332 | 42 | 26 | 0 | 17 | 332 | 62 | 107 |
| Binary | 10001111 | 10101010 | 11011010 | 100010 | 10110 | 0 | 1111 | 11011010 | 110010 | 1000111 |
Color Harmonies of #8FAADA
Complementary color
Monochromatic Colors of #8FAADA
Black with #8FAADA
Text Example
Text Example
White with #8FAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAADA; }
p { color: rgb(143,170,218); }
H1.HeaderClassName
{
color: #8FAADA;
}
.AnyTagClassName
{
color: #8FAADA;
}
</style>
background-color css
<style>
a { background-color: #8FAADA; }
a { background-color: rgb(143,170,218); }
div.DivClassName
{
background-color: #8FAADA;
}
.BgClassName
{
background-color: #8FAADA;
}
</style>
border-color css
<style>
span { border-color: #8FAADA; }
span { border-color: rgb(143,170,218); }
td.TdClassName
{
border-color: #8FAADA;
}
.TagClassName
{
border-color: #8FAADA;
}
</style>