#7EACCF

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

Shades of Polo Blue #7EACCF

Tints of Polo Blue #7EACCF

Color information

#7EACCF (or 0x7EACCF) is unknown color: approx Polo Blue. HEX triplet: 7E, AC and CF. RGB value is (126,172,207). Sum of RGB (Red+Green+Blue) = 126+172+207=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACCF is #815330. Grayscale: #A2A2A2. Windows color (decimal): -8475441 or 13610110. OLE color: 13610110.

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

Color convert

RGB126172207-
CMYK0.390.1700.19
HSL205.93º45.76%65.29%-
HSV(B)205.93º39.13%81.18%-
XYZ34.6238.4564.63-
YUV162.24153.26102.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.95%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 207 (81.25% from 255) = 40.99%
R=24.95%
G=34.06%
B=40.99%

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
Decimal1261722070.390.1700.19205.9345.7665.29
Hex7EACCF2711013ce2e41
Octal176254317472102331656101
Binary1111110101011001100111110011110001010011110011101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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