Shades of Polo Blue #8AAACC
Tints of Polo Blue #8AAACC
RGB
CMYK
RGB Variations
Color information
#8AAACC (or 0x8AAACC) is known color: Polo Blue. HEX triplet: 8A, AA and CC. RGB value is (138,170,204). Sum of RGB (Red+Green+Blue) = 138+170+204=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAACC is #755533. Grayscale: #A4A4A4. Windows color (decimal): -7689524 or 13413002. OLE color: 13413002.
HSL color Cylindrical-coordinate representation of color #8AAACC: hue angle of 210.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAACC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 170 | 204 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.2 |
| HSL | 210.91º | 0.39% | 0.67% | - |
| HSV(B) | 210.91º | 0.32% | 0.8% | - |
| XYZ | 35.76 | 38.51 | 62.68 | - |
| YUV | 164.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 204 | 0.32 | 0.17 | 0 | 0.2 | 210.91 | 0.39 | 0.67 |
| Hex | 8A | AA | CC | 20 | 11 | 0 | 14 | D3 | 27 | 43 |
| Octal | 212 | 252 | 314 | 40 | 21 | 0 | 24 | 323 | 47 | 103 |
| Binary | 10001010 | 10101010 | 11001100 | 100000 | 10001 | 0 | 10100 | 11010011 | 100111 | 1000011 |
Color Harmonies of #8AAACC
Complementary color
Monochromatic Colors of #8AAACC
Black with #8AAACC
Text Example
Text Example
White with #8AAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAACC; }
p { color: rgb(138,170,204); }
H1.HeaderClassName
{
color: #8AAACC;
}
.AnyTagClassName
{
color: #8AAACC;
}
</style>
background-color css
<style>
a { background-color: #8AAACC; }
a { background-color: rgb(138,170,204); }
div.DivClassName
{
background-color: #8AAACC;
}
.BgClassName
{
background-color: #8AAACC;
}
</style>
border-color css
<style>
span { border-color: #8AAACC; }
span { border-color: rgb(138,170,204); }
td.TdClassName
{
border-color: #8AAACC;
}
.TagClassName
{
border-color: #8AAACC;
}
</style>