Shades of Polo Blue #8AACCE
Tints of Polo Blue #8AACCE
RGB
CMYK
RGB Variations
Color information
#8AACCE (or 0x8AACCE) is known color: Polo Blue. HEX triplet: 8A, AC and CE. RGB value is (138,172,206). Sum of RGB (Red+Green+Blue) = 138+172+206=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACCE is #755331. Grayscale: #A5A5A5. Windows color (decimal): -7689010 or 13544586. OLE color: 13544586.
HSL color Cylindrical-coordinate representation of color #8AACCE: hue angle of 210º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AACCE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 172 | 206 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.19 |
| HSL | 210º | 0.41% | 0.67% | - |
| HSV(B) | 210º | 0.33% | 0.81% | - |
| XYZ | 36.37 | 39.36 | 64.07 | - |
| YUV | 165.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 206 | 0.33 | 0.17 | 0 | 0.19 | 210 | 0.41 | 0.67 |
| Hex | 8A | AC | CE | 21 | 11 | 0 | 13 | D2 | 29 | 43 |
| Octal | 212 | 254 | 316 | 41 | 21 | 0 | 23 | 322 | 51 | 103 |
| Binary | 10001010 | 10101100 | 11001110 | 100001 | 10001 | 0 | 10011 | 11010010 | 101001 | 1000011 |
Color Harmonies of #8AACCE
Complementary color
Monochromatic Colors of #8AACCE
Black with #8AACCE
Text Example
Text Example
White with #8AACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACCE; }
p { color: rgb(138,172,206); }
H1.HeaderClassName
{
color: #8AACCE;
}
.AnyTagClassName
{
color: #8AACCE;
}
</style>
background-color css
<style>
a { background-color: #8AACCE; }
a { background-color: rgb(138,172,206); }
div.DivClassName
{
background-color: #8AACCE;
}
.BgClassName
{
background-color: #8AACCE;
}
</style>
border-color css
<style>
span { border-color: #8AACCE; }
span { border-color: rgb(138,172,206); }
td.TdClassName
{
border-color: #8AACCE;
}
.TagClassName
{
border-color: #8AACCE;
}
</style>