#7DAECE

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

Shades of Seagull #7DAECE

Tints of Seagull #7DAECE

Color information

#7DAECE (or 0x7DAECE) is unknown color: approx Seagull. HEX triplet: 7D, AE and CE. RGB value is (125,174,206). Sum of RGB (Red+Green+Blue) = 125+174+206=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAECE is #825131. Grayscale: #A2A2A2. Windows color (decimal): -8540466 or 13545085. OLE color: 13545085.

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

Color convert

RGB125174206-
CMYK0.390.1600.19
HSL203.7º45.25%64.9%-
HSV(B)203.7º39.32%80.78%-
XYZ34.7339.0964.11-
YUV163152.27100.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=24.75%
G=34.46%
B=40.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251742060.390.1600.19203.745.2564.9
Hex7DAECE2710013cc2d41
Octal175256316472002331455101
Binary1111101101011101100111010011110000010011110011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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