#7DAECA

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

Shades of Seagull #7DAECA

Tints of Seagull #7DAECA

Color information

#7DAECA (or 0x7DAECA) is unknown color: approx Seagull. HEX triplet: 7D, AE and CA. RGB value is (125,174,202). Sum of RGB (Red+Green+Blue) = 125+174+202=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #7DAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAECA is #825135. Grayscale: #A2A2A2. Windows color (decimal): -8540470 or 13282941. OLE color: 13282941.

HSL color Cylindrical-coordinate representation of color #7DAECA: hue angle of 201.82º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DAECA is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125174202-
CMYK0.380.1400.21
HSL201.82º42.08%64.12%-
HSV(B)201.82º38.12%79.22%-
XYZ34.2538.961.58-
YUV162.54150.27101.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.95%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=24.95%
G=34.73%
B=40.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251742020.380.1400.21201.8242.0864.12
Hex7DAECA26E015ca2a40
Octal175256312461602531252100
Binary111110110101110110010101001101110010101110010101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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