Shades of Polo Blue #8AAECE
Tints of Polo Blue #8AAECE
RGB
CMYK
RGB Variations
Color information
#8AAECE (or 0x8AAECE) is known color: Polo Blue. HEX triplet: 8A, AE and CE. RGB value is (138,174,206). Sum of RGB (Red+Green+Blue) = 138+174+206=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAECE is #755131. Grayscale: #A6A6A6. Windows color (decimal): -7688498 or 13545098. OLE color: 13545098.
HSL color Cylindrical-coordinate representation of color #8AAECE: hue angle of 208.24º 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 #8AAECE is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 174 | 206 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.19 |
| HSL | 208.24º | 0.41% | 0.67% | - |
| HSV(B) | 208.24º | 0.33% | 0.81% | - |
| XYZ | 36.76 | 40.13 | 64.2 | - |
| YUV | 166.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 206 | 0.33 | 0.16 | 0 | 0.19 | 208.24 | 0.41 | 0.67 |
| Hex | 8A | AE | CE | 21 | 10 | 0 | 13 | D0 | 29 | 43 |
| Octal | 212 | 256 | 316 | 41 | 20 | 0 | 23 | 320 | 51 | 103 |
| Binary | 10001010 | 10101110 | 11001110 | 100001 | 10000 | 0 | 10011 | 11010000 | 101001 | 1000011 |
Color Harmonies of #8AAECE
Complementary color
Monochromatic Colors of #8AAECE
Black with #8AAECE
Text Example
Text Example
White with #8AAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAECE; }
p { color: rgb(138,174,206); }
H1.HeaderClassName
{
color: #8AAECE;
}
.AnyTagClassName
{
color: #8AAECE;
}
</style>
background-color css
<style>
a { background-color: #8AAECE; }
a { background-color: rgb(138,174,206); }
div.DivClassName
{
background-color: #8AAECE;
}
.BgClassName
{
background-color: #8AAECE;
}
</style>
border-color css
<style>
span { border-color: #8AAECE; }
span { border-color: rgb(138,174,206); }
td.TdClassName
{
border-color: #8AAECE;
}
.TagClassName
{
border-color: #8AAECE;
}
</style>