Shades of Polo Blue #8AAECA
Tints of Polo Blue #8AAECA
RGB
CMYK
RGB Variations
Color information
#8AAECA (or 0x8AAECA) is known color: Polo Blue. HEX triplet: 8A, AE and CA. RGB value is (138,174,202). Sum of RGB (Red+Green+Blue) = 138+174+202=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AAECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAECA is #755135. Grayscale: #A6A6A6. Windows color (decimal): -7688502 or 13282954. OLE color: 13282954.
HSL color Cylindrical-coordinate representation of color #8AAECA: hue angle of 206.25º 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 #8AAECA is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 174 | 202 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.21 |
| HSL | 206.25º | 0.38% | 0.67% | - |
| HSV(B) | 206.25º | 0.32% | 0.79% | - |
| XYZ | 36.28 | 39.94 | 61.67 | - |
| YUV | 166.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 202 | 0.32 | 0.14 | 0 | 0.21 | 206.25 | 0.38 | 0.67 |
| Hex | 8A | AE | CA | 20 | E | 0 | 15 | CE | 26 | 43 |
| Octal | 212 | 256 | 312 | 40 | 16 | 0 | 25 | 316 | 46 | 103 |
| Binary | 10001010 | 10101110 | 11001010 | 100000 | 1110 | 0 | 10101 | 11001110 | 100110 | 1000011 |
Color Harmonies of #8AAECA
Complementary color
Monochromatic Colors of #8AAECA
Black with #8AAECA
Text Example
Text Example
White with #8AAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAECA; }
p { color: rgb(138,174,202); }
H1.HeaderClassName
{
color: #8AAECA;
}
.AnyTagClassName
{
color: #8AAECA;
}
</style>
background-color css
<style>
a { background-color: #8AAECA; }
a { background-color: rgb(138,174,202); }
div.DivClassName
{
background-color: #8AAECA;
}
.BgClassName
{
background-color: #8AAECA;
}
</style>
border-color css
<style>
span { border-color: #8AAECA; }
span { border-color: rgb(138,174,202); }
td.TdClassName
{
border-color: #8AAECA;
}
.TagClassName
{
border-color: #8AAECA;
}
</style>