#79BACE

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

Shades of Seagull #79BACE

Tints of Seagull #79BACE

Color information

#79BACE (or 0x79BACE) is unknown color: approx Seagull. HEX triplet: 79, BA and CE. RGB value is (121,186,206). Sum of RGB (Red+Green+Blue) = 121+186+206=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #79BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BACE is #864531. Grayscale: #A8A8A8. Windows color (decimal): -8799538 or 13548153. OLE color: 13548153.

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

Color convert

RGB121186206-
CMYK0.410.1000.19
HSL194.12º46.45%64.12%-
HSV(B)194.12º41.26%80.78%-
XYZ36.5843.6464.89-
YUV168.84148.9793.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.59%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=23.59%
G=36.26%
B=40.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211862060.410.1000.19194.1246.4564.12
Hex79BACE29A013c22e40
Octal171272316511202330256100
Binary111100110111010110011101010011010010011110000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,186,206); }

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

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

 a { background-color: rgb(121,186,206); }

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

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

 span { border-color: rgb(121,186,206); }

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