#79ACD0

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

Shades of Seagull #79ACD0

Tints of Seagull #79ACD0

Color information

#79ACD0 (or 0x79ACD0) is unknown color: approx Seagull. HEX triplet: 79, AC and D0. RGB value is (121,172,208). Sum of RGB (Red+Green+Blue) = 121+172+208=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #79ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACD0 is #86532F. Grayscale: #A0A0A0. Windows color (decimal): -8803120 or 13675641. OLE color: 13675641.

HSL color Cylindrical-coordinate representation of color #79ACD0: hue angle of 204.83º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79ACD0 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121172208-
CMYK0.420.1700.18
HSL204.83º48.07%64.51%-
HSV(B)204.83º41.83%81.57%-
XYZ34.0238.1265.24-
YUV160.85154.699.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.15%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=24.15%
G=34.33%
B=41.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211722080.420.1700.18204.8348.0764.51
Hex79ACD02A11012cd3041
Octal171254320522102231560101
Binary1111001101011001101000010101010001010010110011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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