#79AECF

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

Shades of Seagull #79AECF

Tints of Seagull #79AECF

Color information

#79AECF (or 0x79AECF) is unknown color: approx Seagull. HEX triplet: 79, AE and CF. RGB value is (121,174,207). Sum of RGB (Red+Green+Blue) = 121+174+207=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #79AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AECF is #865130. Grayscale: #A1A1A1. Windows color (decimal): -8802609 or 13610617. OLE color: 13610617.

HSL color Cylindrical-coordinate representation of color #79AECF: hue angle of 203.02º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79AECF is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121174207-
CMYK0.420.1600.19
HSL203.02º47.25%64.31%-
HSV(B)203.02º41.55%81.18%-
XYZ34.2838.8464.72-
YUV161.92153.4498.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.10%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=24.10%
G=34.66%
B=41.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211742070.420.1600.19203.0247.2564.31
Hex79AECF2A10013cb2f40
Octal171256317522002331357100
Binary1111001101011101100111110101010000010011110010111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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