Shades of Polo Blue #8AAADA
Tints of Polo Blue #8AAADA
RGB
CMYK
RGB Variations
Color information
#8AAADA (or 0x8AAADA) is known color: Polo Blue. HEX triplet: 8A, AA and DA. RGB value is (138,170,218). Sum of RGB (Red+Green+Blue) = 138+170+218=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #8AAADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAADA is #755525. Grayscale: #A5A5A5. Windows color (decimal): -7689510 or 14330506. OLE color: 14330506.
HSL color Cylindrical-coordinate representation of color #8AAADA: hue angle of 216º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AAADA is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 170 | 218 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.15 |
| HSL | 216º | 0.52% | 0.7% | - |
| HSV(B) | 216º | 0.37% | 0.85% | - |
| XYZ | 37.51 | 39.21 | 71.92 | - |
| YUV | 165.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 218 | 0.37 | 0.22 | 0 | 0.15 | 216 | 0.52 | 0.7 |
| Hex | 8A | AA | DA | 25 | 16 | 0 | F | D8 | 34 | 46 |
| Octal | 212 | 252 | 332 | 45 | 26 | 0 | 17 | 330 | 64 | 106 |
| Binary | 10001010 | 10101010 | 11011010 | 100101 | 10110 | 0 | 1111 | 11011000 | 110100 | 1000110 |
Color Harmonies of #8AAADA
Complementary color
Monochromatic Colors of #8AAADA
Black with #8AAADA
Text Example
Text Example
White with #8AAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAADA; }
p { color: rgb(138,170,218); }
H1.HeaderClassName
{
color: #8AAADA;
}
.AnyTagClassName
{
color: #8AAADA;
}
</style>
background-color css
<style>
a { background-color: #8AAADA; }
a { background-color: rgb(138,170,218); }
div.DivClassName
{
background-color: #8AAADA;
}
.BgClassName
{
background-color: #8AAADA;
}
</style>
border-color css
<style>
span { border-color: #8AAADA; }
span { border-color: rgb(138,170,218); }
td.TdClassName
{
border-color: #8AAADA;
}
.TagClassName
{
border-color: #8AAADA;
}
</style>