#79BECE

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

Shades of Seagull #79BECE

Tints of Seagull #79BECE

Color information

#79BECE (or 0x79BECE) is unknown color: approx Seagull. HEX triplet: 79, BE and CE. RGB value is (121,190,206). Sum of RGB (Red+Green+Blue) = 121+190+206=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #79BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BECE is #864131. Grayscale: #ABABAB. Windows color (decimal): -8798514 or 13549177. OLE color: 13549177.

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

Color convert

RGB121190206-
CMYK0.410.0800.19
HSL191.29º46.45%64.12%-
HSV(B)191.29º41.26%80.78%-
XYZ37.4445.3565.17-
YUV171.19147.6492.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.40%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=23.40%
G=36.75%
B=39.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211902060.410.0800.19191.2946.4564.12
Hex79BECE298013bf2e40
Octal171276316511002327756100
Binary111100110111110110011101010011000010011101111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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