#79AACC

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

Shades of Seagull #79AACC

Tints of Seagull #79AACC

Color information

#79AACC (or 0x79AACC) is unknown color: approx Seagull. HEX triplet: 79, AA and CC. RGB value is (121,170,204). Sum of RGB (Red+Green+Blue) = 121+170+204=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #79AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AACC is #865533. Grayscale: #9F9F9F. Windows color (decimal): -8803636 or 13412985. OLE color: 13412985.

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

Color convert

RGB121170204-
CMYK0.410.1700.2
HSL204.58º44.86%63.73%-
HSV(B)204.58º40.69%80%-
XYZ33.1637.1762.55-
YUV159.22153.27100.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.44%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=24.44%
G=34.34%
B=41.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211702040.410.1700.2204.5844.8663.73
Hex79AACC2911014cd2d40
Octal171252314512102431555100
Binary1111001101010101100110010100110001010100110011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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