#7DAED0

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

Shades of Seagull #7DAED0

Tints of Seagull #7DAED0

Color information

#7DAED0 (or 0x7DAED0) is unknown color: approx Seagull. HEX triplet: 7D, AE and D0. RGB value is (125,174,208). Sum of RGB (Red+Green+Blue) = 125+174+208=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DAED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAED0 is #82512F. Grayscale: #A3A3A3. Windows color (decimal): -8540464 or 13676157. OLE color: 13676157.

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

Color convert

RGB125174208-
CMYK0.400.1600.18
HSL204.58º46.89%65.29%-
HSV(B)204.58º39.9%81.57%-
XYZ34.9839.1965.39-
YUV163.22153.27100.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.65%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=24.65%
G=34.32%
B=41.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251742080.400.1600.18204.5846.8965.29
Hex7DAED02810012cd2f41
Octal175256320502002231557101
Binary1111101101011101101000010100010000010010110011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,208); }

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

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

 a { background-color: rgb(125,174,208); }

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

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

 span { border-color: rgb(125,174,208); }

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