#79AECC

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

Shades of Seagull #79AECC

Tints of Seagull #79AECC

Color information

#79AECC (or 0x79AECC) is unknown color: approx Seagull. HEX triplet: 79, AE and CC. RGB value is (121,174,204). Sum of RGB (Red+Green+Blue) = 121+174+204=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #79AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AECC is #865133. Grayscale: #A1A1A1. Windows color (decimal): -8802612 or 13414009. OLE color: 13414009.

HSL color Cylindrical-coordinate representation of color #79AECC: hue angle of 201.69º degrees, saturation: 0.45, 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 #79AECC is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121174204-
CMYK0.410.1500.2
HSL201.69º44.86%63.73%-
HSV(B)201.69º40.69%80%-
XYZ33.9238.762.81-
YUV161.57151.9499.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.25%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=24.25%
G=34.87%
B=40.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211742040.410.1500.2201.6944.8663.73
Hex79AECC29F014ca2d40
Octal171256314511702431255100
Binary111100110101110110011001010011111010100110010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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