Shades of Polo Blue #8AAADB
Tints of Polo Blue #8AAADB
RGB
CMYK
RGB Variations
Color information
#8AAADB (or 0x8AAADB) is known color: Polo Blue. HEX triplet: 8A, AA and DB. RGB value is (138,170,219). Sum of RGB (Red+Green+Blue) = 138+170+219=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAADB is #755524. Grayscale: #A5A5A5. Windows color (decimal): -7689509 or 14396042. OLE color: 14396042.
HSL color Cylindrical-coordinate representation of color #8AAADB: hue angle of 216.3º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AAADB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 170 | 219 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.14 |
| HSL | 216.3º | 0.53% | 0.7% | - |
| HSV(B) | 216.3º | 0.37% | 0.86% | - |
| XYZ | 37.64 | 39.27 | 72.61 | - |
| YUV | 166.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 219 | 0.37 | 0.22 | 0 | 0.14 | 216.3 | 0.53 | 0.7 |
| Hex | 8A | AA | DB | 25 | 16 | 0 | E | D8 | 35 | 46 |
| Octal | 212 | 252 | 333 | 45 | 26 | 0 | 16 | 330 | 65 | 106 |
| Binary | 10001010 | 10101010 | 11011011 | 100101 | 10110 | 0 | 1110 | 11011000 | 110101 | 1000110 |
Color Harmonies of #8AAADB
Complementary color
Monochromatic Colors of #8AAADB
Black with #8AAADB
Text Example
Text Example
White with #8AAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAADB; }
p { color: rgb(138,170,219); }
H1.HeaderClassName
{
color: #8AAADB;
}
.AnyTagClassName
{
color: #8AAADB;
}
</style>
background-color css
<style>
a { background-color: #8AAADB; }
a { background-color: rgb(138,170,219); }
div.DivClassName
{
background-color: #8AAADB;
}
.BgClassName
{
background-color: #8AAADB;
}
</style>
border-color css
<style>
span { border-color: #8AAADB; }
span { border-color: rgb(138,170,219); }
td.TdClassName
{
border-color: #8AAADB;
}
.TagClassName
{
border-color: #8AAADB;
}
</style>