Shades of Polo Blue #8AACDB
Tints of Polo Blue #8AACDB
RGB
CMYK
RGB Variations
Color information
#8AACDB (or 0x8AACDB) is known color: Polo Blue. HEX triplet: 8A, AC and DB. RGB value is (138,172,219). Sum of RGB (Red+Green+Blue) = 138+172+219=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACDB is #755324. Grayscale: #A6A6A6. Windows color (decimal): -7688997 or 14396554. OLE color: 14396554.
HSL color Cylindrical-coordinate representation of color #8AACDB: hue angle of 214.81º 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 #8AACDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 172 | 219 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.14 |
| HSL | 214.81º | 0.53% | 0.7% | - |
| HSV(B) | 214.81º | 0.37% | 0.86% | - |
| XYZ | 38.02 | 40.02 | 72.74 | - |
| YUV | 167.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 219 | 0.37 | 0.21 | 0 | 0.14 | 214.81 | 0.53 | 0.7 |
| Hex | 8A | AC | DB | 25 | 15 | 0 | E | D7 | 35 | 46 |
| Octal | 212 | 254 | 333 | 45 | 25 | 0 | 16 | 327 | 65 | 106 |
| Binary | 10001010 | 10101100 | 11011011 | 100101 | 10101 | 0 | 1110 | 11010111 | 110101 | 1000110 |
Color Harmonies of #8AACDB
Complementary color
Monochromatic Colors of #8AACDB
Black with #8AACDB
Text Example
Text Example
White with #8AACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACDB; }
p { color: rgb(138,172,219); }
H1.HeaderClassName
{
color: #8AACDB;
}
.AnyTagClassName
{
color: #8AACDB;
}
</style>
background-color css
<style>
a { background-color: #8AACDB; }
a { background-color: rgb(138,172,219); }
div.DivClassName
{
background-color: #8AACDB;
}
.BgClassName
{
background-color: #8AACDB;
}
</style>
border-color css
<style>
span { border-color: #8AACDB; }
span { border-color: rgb(138,172,219); }
td.TdClassName
{
border-color: #8AACDB;
}
.TagClassName
{
border-color: #8AACDB;
}
</style>