Shades of Polo Blue #7EAACC
Tints of Polo Blue #7EAACC
RGB
CMYK
RGB Variations
Color information
#7EAACC (or 0x7EAACC) is known color: Polo Blue. HEX triplet: 7E, AA and CC. RGB value is (126,170,204). Sum of RGB (Red+Green+Blue) = 126+170+204=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAACC is #815533. Grayscale: #A0A0A0. Windows color (decimal): -8475956 or 13412990. OLE color: 13412990.
HSL color Cylindrical-coordinate representation of color #7EAACC: hue angle of 206.15º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EAACC is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 170 | 204 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.2 |
| HSL | 206.15º | 0.43% | 0.65% | - |
| HSV(B) | 206.15º | 0.38% | 0.8% | - |
| XYZ | 33.88 | 37.54 | 62.59 | - |
| YUV | 160.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 204 | 0.38 | 0.17 | 0 | 0.2 | 206.15 | 0.43 | 0.65 |
| Hex | 7E | AA | CC | 26 | 11 | 0 | 14 | CE | 2B | 41 |
| Octal | 176 | 252 | 314 | 46 | 21 | 0 | 24 | 316 | 53 | 101 |
| Binary | 1111110 | 10101010 | 11001100 | 100110 | 10001 | 0 | 10100 | 11001110 | 101011 | 1000001 |
Color Harmonies of #7EAACC
Complementary color
Monochromatic Colors of #7EAACC
Black with #7EAACC
Text Example
Text Example
White with #7EAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAACC; }
p { color: rgb(126,170,204); }
H1.HeaderClassName
{
color: #7EAACC;
}
.AnyTagClassName
{
color: #7EAACC;
}
</style>
background-color css
<style>
a { background-color: #7EAACC; }
a { background-color: rgb(126,170,204); }
div.DivClassName
{
background-color: #7EAACC;
}
.BgClassName
{
background-color: #7EAACC;
}
</style>
border-color css
<style>
span { border-color: #7EAACC; }
span { border-color: rgb(126,170,204); }
td.TdClassName
{
border-color: #7EAACC;
}
.TagClassName
{
border-color: #7EAACC;
}
</style>