#7EB0CA

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

Shades of Seagull #7EB0CA

Tints of Seagull #7EB0CA

Color information

#7EB0CA (or 0x7EB0CA) is unknown color: approx Seagull. HEX triplet: 7E, B0 and CA. RGB value is (126,176,202). Sum of RGB (Red+Green+Blue) = 126+176+202=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0CA is #814F35. Grayscale: #A3A3A3. Windows color (decimal): -8474422 or 13283454. OLE color: 13283454.

HSL color Cylindrical-coordinate representation of color #7EB0CA: hue angle of 200.53º 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 #7EB0CA is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126176202-
CMYK0.380.1300.21
HSL200.53º41.76%64.31%-
HSV(B)200.53º37.62%79.22%-
XYZ34.7939.7561.72-
YUV164.01149.44100.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=25%
G=34.92%
B=40.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261762020.380.1300.21200.5341.7664.31
Hex7EB0CA26D015c92a40
Octal176260312461502531152100
Binary111111010110000110010101001101101010101110010011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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