#79B5CE

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

Shades of Seagull #79B5CE

Tints of Seagull #79B5CE

Color information

#79B5CE (or 0x79B5CE) is unknown color: approx Seagull. HEX triplet: 79, B5 and CE. RGB value is (121,181,206). Sum of RGB (Red+Green+Blue) = 121+181+206=508 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.82% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #79B5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B5CE is #864A31. Grayscale: #A5A5A5. Windows color (decimal): -8800818 or 13546873. OLE color: 13546873.

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

Color convert

RGB121181206-
CMYK0.410.1200.19
HSL197.65º46.45%64.12%-
HSV(B)197.65º41.26%80.78%-
XYZ35.5541.5764.54-
YUV165.91150.6295.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.82%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=23.82%
G=35.63%
B=40.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211812060.410.1200.19197.6546.4564.12
Hex79B5CE29C013c62e40
Octal171265316511402330656100
Binary111100110110101110011101010011100010011110001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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