#7EAACE

Color #7EAACE Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #7EAACE

Tints of Polo Blue #7EAACE

Color information

#7EAACE (or 0x7EAACE) is unknown color: approx Polo Blue. HEX triplet: 7E, AA and CE. RGB value is (126,170,206). Sum of RGB (Red+Green+Blue) = 126+170+206=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAACE is #815531. Grayscale: #A0A0A0. Windows color (decimal): -8475954 or 13544062. OLE color: 13544062.

HSL color Cylindrical-coordinate representation of color #7EAACE: hue angle of 207º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EAACE is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126170206-
CMYK0.390.1700.19
HSL207º44.94%65.1%-
HSV(B)207º38.83%80.78%-
XYZ34.1237.6463.86-
YUV160.95153.42103.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 25.10%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=25.10%
G=33.86%
B=41.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261702060.390.1700.1920744.9465.1
Hex7EAACE2711013cf2d41
Octal176252316472102331755101
Binary1111110101010101100111010011110001010011110011111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EAACE; }

 p { color: rgb(126,170,206); }

 H1.HeaderClassName
 {
   color: #7EAACE;
 }
 .AnyTagClassName
 {
   color: #7EAACE;
 }
</style>
background-color css

<style>
 a { background-color: #7EAACE; }

 a { background-color: rgb(126,170,206); }

 div.DivClassName
 {
   background-color: #7EAACE;
 }
 .BgClassName
 {
   background-color: #7EAACE;
 }
</style>
border-color css

<style>
 span { border-color: #7EAACE; }

 span { border-color: rgb(126,170,206); }

 td.TdClassName
 {
   border-color: #7EAACE;
 }
 .TagClassName
 {
   border-color: #7EAACE;
 }
</style>