#7EAACD

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

Shades of Polo Blue #7EAACD

Tints of Polo Blue #7EAACD

Color information

#7EAACD (or 0x7EAACD) is unknown color: approx Polo Blue. HEX triplet: 7E, AA and CD. RGB value is (126,170,205). Sum of RGB (Red+Green+Blue) = 126+170+205=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAACD is #815532. Grayscale: #A0A0A0. Windows color (decimal): -8475955 or 13478526. OLE color: 13478526.

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

Color convert

RGB126170205-
CMYK0.390.1700.20
HSL206.58º44.13%64.9%-
HSV(B)206.58º38.54%80.39%-
XYZ3437.5963.22-
YUV160.83152.92103.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.15%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=25.15%
G=33.93%
B=40.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261702050.390.1700.20206.5844.1364.9
Hex7EAACD2711014cf2c41
Octal176252315472102431754101
Binary1111110101010101100110110011110001010100110011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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