#7EAECB

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

Shades of Seagull #7EAECB

Tints of Seagull #7EAECB

Color information

#7EAECB (or 0x7EAECB) is unknown color: approx Seagull. HEX triplet: 7E, AE and CB. RGB value is (126,174,203). Sum of RGB (Red+Green+Blue) = 126+174+203=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAECB is #815134. Grayscale: #A2A2A2. Windows color (decimal): -8474933 or 13348478. OLE color: 13348478.

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

Color convert

RGB126174203-
CMYK0.380.1400.20
HSL202.6º42.54%64.51%-
HSV(B)202.6º37.93%79.61%-
XYZ34.5239.0262.21-
YUV162.95150.6101.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.05%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=25.05%
G=34.59%
B=40.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261742030.380.1400.20202.642.5464.51
Hex7EAECB26E014cb2b41
Octal176256313461602431353101
Binary111111010101110110010111001101110010100110010111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,174,203); }

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

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

 a { background-color: rgb(126,174,203); }

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

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

 span { border-color: rgb(126,174,203); }

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