#7EAACC

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

Shades of Polo Blue #7EAACC

Tints of Polo Blue #7EAACC

Color information

#7EAACC (or 0x7EAACC) is unknown color: approx 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

RGB126170204-
CMYK0.380.1700.2
HSL206.15º43.33%64.71%-
HSV(B)206.15º38.24%80%-
XYZ33.8837.5462.59-
YUV160.72152.42103.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.2%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=25.2%
G=34%
B=40.8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1261702040.380.1700.2206.1543.3364.71
Hex7EAACC2611014ce2b41
Octal176252314462102431653101
Binary1111110101010101100110010011010001010100110011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>