Shades of Polo Blue #8AACD8
Tints of Polo Blue #8AACD8
RGB
CMYK
RGB Variations
Color information
#8AACD8 (or 0x8AACD8) is known color: Polo Blue. HEX triplet: 8A, AC and D8. RGB value is (138,172,216). Sum of RGB (Red+Green+Blue) = 138+172+216=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #8AACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACD8 is #755327. Grayscale: #A6A6A6. Windows color (decimal): -7689000 or 14199946. OLE color: 14199946.
HSL color Cylindrical-coordinate representation of color #8AACD8: hue angle of 213.85º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AACD8 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 172 | 216 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.15 |
| HSL | 213.85º | 0.5% | 0.69% | - |
| HSV(B) | 213.85º | 0.36% | 0.85% | - |
| XYZ | 37.63 | 39.87 | 70.68 | - |
| YUV | 166.85 | 155.74 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 216 | 0.36 | 0.20 | 0 | 0.15 | 213.85 | 0.5 | 0.69 |
| Hex | 8A | AC | D8 | 24 | 14 | 0 | F | D6 | 32 | 45 |
| Octal | 212 | 254 | 330 | 44 | 24 | 0 | 17 | 326 | 62 | 105 |
| Binary | 10001010 | 10101100 | 11011000 | 100100 | 10100 | 0 | 1111 | 11010110 | 110010 | 1000101 |
Color Harmonies of #8AACD8
Complementary color
Monochromatic Colors of #8AACD8
Black with #8AACD8
Text Example
Text Example
White with #8AACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACD8; }
p { color: rgb(138,172,216); }
H1.HeaderClassName
{
color: #8AACD8;
}
.AnyTagClassName
{
color: #8AACD8;
}
</style>
background-color css
<style>
a { background-color: #8AACD8; }
a { background-color: rgb(138,172,216); }
div.DivClassName
{
background-color: #8AACD8;
}
.BgClassName
{
background-color: #8AACD8;
}
</style>
border-color css
<style>
span { border-color: #8AACD8; }
span { border-color: rgb(138,172,216); }
td.TdClassName
{
border-color: #8AACD8;
}
.TagClassName
{
border-color: #8AACD8;
}
</style>