Shades of Polo Blue #8AAEDB
Tints of Polo Blue #8AAEDB
RGB
CMYK
RGB Variations
Color information
#8AAEDB (or 0x8AAEDB) is known color: Polo Blue. HEX triplet: 8A, AE and DB. RGB value is (138,174,219). Sum of RGB (Red+Green+Blue) = 138+174+219=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEDB is #755124. Grayscale: #A8A8A8. Windows color (decimal): -7688485 or 14397066. OLE color: 14397066.
HSL color Cylindrical-coordinate representation of color #8AAEDB: hue angle of 213.33º 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 #8AAEDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 174 | 219 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.14 |
| HSL | 213.33º | 0.53% | 0.7% | - |
| HSV(B) | 213.33º | 0.37% | 0.86% | - |
| XYZ | 38.4 | 40.79 | 72.87 | - |
| YUV | 168.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 219 | 0.37 | 0.21 | 0 | 0.14 | 213.33 | 0.53 | 0.7 |
| Hex | 8A | AE | DB | 25 | 15 | 0 | E | D5 | 35 | 46 |
| Octal | 212 | 256 | 333 | 45 | 25 | 0 | 16 | 325 | 65 | 106 |
| Binary | 10001010 | 10101110 | 11011011 | 100101 | 10101 | 0 | 1110 | 11010101 | 110101 | 1000110 |
Color Harmonies of #8AAEDB
Complementary color
Monochromatic Colors of #8AAEDB
Black with #8AAEDB
Text Example
Text Example
White with #8AAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEDB; }
p { color: rgb(138,174,219); }
H1.HeaderClassName
{
color: #8AAEDB;
}
.AnyTagClassName
{
color: #8AAEDB;
}
</style>
background-color css
<style>
a { background-color: #8AAEDB; }
a { background-color: rgb(138,174,219); }
div.DivClassName
{
background-color: #8AAEDB;
}
.BgClassName
{
background-color: #8AAEDB;
}
</style>
border-color css
<style>
span { border-color: #8AAEDB; }
span { border-color: rgb(138,174,219); }
td.TdClassName
{
border-color: #8AAEDB;
}
.TagClassName
{
border-color: #8AAEDB;
}
</style>