Shades of Polo Blue #8AACCA
Tints of Polo Blue #8AACCA
RGB
CMYK
RGB Variations
Color information
#8AACCA (or 0x8AACCA) is known color: Polo Blue. HEX triplet: 8A, AC and CA. RGB value is (138,172,202). Sum of RGB (Red+Green+Blue) = 138+172+202=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACCA is #755335. Grayscale: #A5A5A5. Windows color (decimal): -7689014 or 13282442. OLE color: 13282442.
HSL color Cylindrical-coordinate representation of color #8AACCA: hue angle of 208.12º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AACCA is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 172 | 202 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.21 |
| HSL | 208.13º | 0.38% | 0.67% | - |
| HSV(B) | 208.13º | 0.32% | 0.79% | - |
| XYZ | 35.89 | 39.17 | 61.55 | - |
| YUV | 165.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 202 | 0.32 | 0.15 | 0 | 0.21 | 208.13 | 0.38 | 0.67 |
| Hex | 8A | AC | CA | 20 | F | 0 | 15 | D0 | 26 | 43 |
| Octal | 212 | 254 | 312 | 40 | 17 | 0 | 25 | 320 | 46 | 103 |
| Binary | 10001010 | 10101100 | 11001010 | 100000 | 1111 | 0 | 10101 | 11010000 | 100110 | 1000011 |
Color Harmonies of #8AACCA
Complementary color
Monochromatic Colors of #8AACCA
Black with #8AACCA
Text Example
Text Example
White with #8AACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACCA; }
p { color: rgb(138,172,202); }
H1.HeaderClassName
{
color: #8AACCA;
}
.AnyTagClassName
{
color: #8AACCA;
}
</style>
background-color css
<style>
a { background-color: #8AACCA; }
a { background-color: rgb(138,172,202); }
div.DivClassName
{
background-color: #8AACCA;
}
.BgClassName
{
background-color: #8AACCA;
}
</style>
border-color css
<style>
span { border-color: #8AACCA; }
span { border-color: rgb(138,172,202); }
td.TdClassName
{
border-color: #8AACCA;
}
.TagClassName
{
border-color: #8AACCA;
}
</style>