#79AACB

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

Shades of Seagull #79AACB

Tints of Seagull #79AACB

Color information

#79AACB (or 0x79AACB) is unknown color: approx Seagull. HEX triplet: 79, AA and CB. RGB value is (121,170,203). Sum of RGB (Red+Green+Blue) = 121+170+203=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #79AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AACB is #865534. Grayscale: #9E9E9E. Windows color (decimal): -8803637 or 13347449. OLE color: 13347449.

HSL color Cylindrical-coordinate representation of color #79AACB: hue angle of 204.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79AACB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121170203-
CMYK0.400.1600.20
HSL204.15º44.09%63.53%-
HSV(B)204.15º40.39%79.61%-
XYZ33.0437.1361.92-
YUV159.11152.77100.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.49%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=24.49%
G=34.41%
B=41.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211702030.400.1600.20204.1544.0963.53
Hex79AACB2810014cc2c40
Octal171252313502002431454100
Binary1111001101010101100101110100010000010100110011001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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