#7EAFD0

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

Shades of Seagull #7EAFD0

Tints of Seagull #7EAFD0

Color information

#7EAFD0 (or 0x7EAFD0) is unknown color: approx Seagull. HEX triplet: 7E, AF and D0. RGB value is (126,175,208). Sum of RGB (Red+Green+Blue) = 126+175+208=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #7EAFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFD0 is #81502F. Grayscale: #A3A3A3. Windows color (decimal): -8474672 or 13676414. OLE color: 13676414.

HSL color Cylindrical-coordinate representation of color #7EAFD0: hue angle of 204.15º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EAFD0 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126175208-
CMYK0.390.1600.18
HSL204.15º46.59%65.49%-
HSV(B)204.15º39.42%81.57%-
XYZ35.3239.6565.47-
YUV164.11152.77100.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=24.75%
G=34.38%
B=40.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261752080.390.1600.18204.1546.5965.49
Hex7EAFD02710012cc2f41
Octal176257320472002231457101
Binary1111110101011111101000010011110000010010110011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,175,208); }

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

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

 a { background-color: rgb(126,175,208); }

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

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

 span { border-color: rgb(126,175,208); }

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