#79BACC

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

Shades of Seagull #79BACC

Tints of Seagull #79BACC

Color information

#79BACC (or 0x79BACC) is unknown color: approx Seagull. HEX triplet: 79, BA and CC. RGB value is (121,186,204). Sum of RGB (Red+Green+Blue) = 121+186+204=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #79BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BACC is #864533. Grayscale: #A8A8A8. Windows color (decimal): -8799540 or 13417081. OLE color: 13417081.

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

Color convert

RGB121186204-
CMYK0.410.0900.2
HSL193.01º44.86%63.73%-
HSV(B)193.01º40.69%80%-
XYZ36.3443.5463.62-
YUV168.62147.9794.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.68%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=23.68%
G=36.40%
B=39.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211862040.410.0900.2193.0144.8663.73
Hex79BACC299014c12d40
Octal171272314511102430155100
Binary111100110111010110011001010011001010100110000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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