#79ACC8

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

Shades of Seagull #79ACC8

Tints of Seagull #79ACC8

Color information

#79ACC8 (or 0x79ACC8) is unknown color: approx Seagull. HEX triplet: 79, AC and C8. RGB value is (121,172,200). Sum of RGB (Red+Green+Blue) = 121+172+200=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 200 - color contains mainly: blue. Hex color #79ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACC8 is #865337. Grayscale: #9F9F9F. Windows color (decimal): -8803128 or 13151353. OLE color: 13151353.

HSL color Cylindrical-coordinate representation of color #79ACC8: hue angle of 201.27º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79ACC8 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB121172200-
CMYK0.390.1400.22
HSL201.27º41.8%62.94%-
HSV(B)201.27º39.5%78.43%-
XYZ33.0637.7460.19-
YUV159.94150.6100.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.54%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 200 (78.52% from 255) = 40.57%
R=24.54%
G=34.89%
B=40.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1211722000.390.1400.22201.2741.862.94
Hex79ACC827E016c92a3f
Octal17125431047160263115277
Binary11110011010110011001000100111111001011011001001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,172,200); }

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

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

 a { background-color: rgb(121,172,200); }

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

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

 span { border-color: rgb(121,172,200); }

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