#7EAACF

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

Shades of Polo Blue #7EAACF

Tints of Polo Blue #7EAACF

Color information

#7EAACF (or 0x7EAACF) is unknown color: approx Polo Blue. HEX triplet: 7E, AA and CF. RGB value is (126,170,207). Sum of RGB (Red+Green+Blue) = 126+170+207=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAACF is #815530. Grayscale: #A0A0A0. Windows color (decimal): -8475953 or 13609598. OLE color: 13609598.

HSL color Cylindrical-coordinate representation of color #7EAACF: hue angle of 207.41º degrees, saturation: 0.46, 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 #7EAACF is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126170207-
CMYK0.390.1800.19
HSL207.41º45.76%65.29%-
HSV(B)207.41º39.13%81.18%-
XYZ34.2437.6964.5-
YUV161.06153.92102.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.05%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=25.05%
G=33.80%
B=41.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261702070.390.1800.19207.4145.7665.29
Hex7EAACF2712013cf2e41
Octal176252317472202331756101
Binary1111110101010101100111110011110010010011110011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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