#79AECD

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

Shades of Seagull #79AECD

Tints of Seagull #79AECD

Color information

#79AECD (or 0x79AECD) is unknown color: approx Seagull. HEX triplet: 79, AE and CD. RGB value is (121,174,205). Sum of RGB (Red+Green+Blue) = 121+174+205=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #79AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AECD is #865132. Grayscale: #A1A1A1. Windows color (decimal): -8802611 or 13479545. OLE color: 13479545.

HSL color Cylindrical-coordinate representation of color #79AECD: hue angle of 202.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79AECD is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121174205-
CMYK0.410.1500.20
HSL202.14º45.65%63.92%-
HSV(B)202.14º40.98%80.39%-
XYZ34.0438.7463.44-
YUV161.69152.4498.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.2%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 205 (80.47% from 255) = 41%
R=24.2%
G=34.8%
B=41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211742050.410.1500.20202.1445.6563.92
Hex79AECD29F014ca2e40
Octal171256315511702431256100
Binary111100110101110110011011010011111010100110010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AECD; }

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

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

<style>
 a { background-color: #79AECD; }

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

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

<style>
 span { border-color: #79AECD; }

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

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