#7EAECD

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

Shades of Seagull #7EAECD

Tints of Seagull #7EAECD

Color information

#7EAECD (or 0x7EAECD) is unknown color: approx Seagull. HEX triplet: 7E, AE and CD. RGB value is (126,174,205). Sum of RGB (Red+Green+Blue) = 126+174+205=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EAECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAECD is #815132. Grayscale: #A3A3A3. Windows color (decimal): -8474931 or 13479550. OLE color: 13479550.

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

Color convert

RGB126174205-
CMYK0.390.1500.20
HSL203.54º44.13%64.9%-
HSV(B)203.54º38.54%80.39%-
XYZ34.7639.1263.48-
YUV163.18151.6101.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.95%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=24.95%
G=34.46%
B=40.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261742050.390.1500.20203.5444.1364.9
Hex7EAECD27F014cc2c41
Octal176256315471702431454101
Binary111111010101110110011011001111111010100110011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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