#7EACCA

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

Shades of Seagull #7EACCA

Tints of Seagull #7EACCA

Color information

#7EACCA (or 0x7EACCA) is unknown color: approx Seagull. HEX triplet: 7E, AC and CA. RGB value is (126,172,202). Sum of RGB (Red+Green+Blue) = 126+172+202=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACCA is #815335. Grayscale: #A1A1A1. Windows color (decimal): -8475446 or 13282430. OLE color: 13282430.

HSL color Cylindrical-coordinate representation of color #7EACCA: hue angle of 203.68º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EACCA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126172202-
CMYK0.380.1500.21
HSL203.68º41.76%64.31%-
HSV(B)203.68º37.62%79.22%-
XYZ34.0238.261.46-
YUV161.67150.76102.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.2%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=25.2%
G=34.4%
B=40.4%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261722020.380.1500.21203.6841.7664.31
Hex7EACCA26F015cc2a40
Octal176254312461702531452100
Binary111111010101100110010101001101111010101110011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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