Shades of Polo Blue #8AACDA
Tints of Polo Blue #8AACDA
RGB
CMYK
RGB Variations
Color information
#8AACDA (or 0x8AACDA) is known color: Polo Blue. HEX triplet: 8A, AC and DA. RGB value is (138,172,218). Sum of RGB (Red+Green+Blue) = 138+172+218=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #8AACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACDA is #755325. Grayscale: #A6A6A6. Windows color (decimal): -7688998 or 14331018. OLE color: 14331018.
HSL color Cylindrical-coordinate representation of color #8AACDA: hue angle of 214.5º 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 #8AACDA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 172 | 218 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.15 |
| HSL | 214.5º | 0.52% | 0.7% | - |
| HSV(B) | 214.5º | 0.37% | 0.85% | - |
| XYZ | 37.89 | 39.97 | 72.05 | - |
| YUV | 167.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 218 | 0.37 | 0.21 | 0 | 0.15 | 214.5 | 0.52 | 0.7 |
| Hex | 8A | AC | DA | 25 | 15 | 0 | F | D6 | 34 | 46 |
| Octal | 212 | 254 | 332 | 45 | 25 | 0 | 17 | 326 | 64 | 106 |
| Binary | 10001010 | 10101100 | 11011010 | 100101 | 10101 | 0 | 1111 | 11010110 | 110100 | 1000110 |
Color Harmonies of #8AACDA
Complementary color
Monochromatic Colors of #8AACDA
Black with #8AACDA
Text Example
Text Example
White with #8AACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACDA; }
p { color: rgb(138,172,218); }
H1.HeaderClassName
{
color: #8AACDA;
}
.AnyTagClassName
{
color: #8AACDA;
}
</style>
background-color css
<style>
a { background-color: #8AACDA; }
a { background-color: rgb(138,172,218); }
div.DivClassName
{
background-color: #8AACDA;
}
.BgClassName
{
background-color: #8AACDA;
}
</style>
border-color css
<style>
span { border-color: #8AACDA; }
span { border-color: rgb(138,172,218); }
td.TdClassName
{
border-color: #8AACDA;
}
.TagClassName
{
border-color: #8AACDA;
}
</style>