#79BAE1

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

Shades of Seagull #79BAE1

Tints of Seagull #79BAE1

Color information

#79BAE1 (or 0x79BAE1) is unknown color: approx Seagull. HEX triplet: 79, BA and E1. RGB value is (121,186,225). Sum of RGB (Red+Green+Blue) = 121+186+225=532 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.74% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #79BAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BAE1 is #86451E. Grayscale: #AAAAAA. Windows color (decimal): -8799519 or 14793337. OLE color: 14793337.

HSL color Cylindrical-coordinate representation of color #79BAE1: hue angle of 202.5º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79BAE1 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121186225-
CMYK0.460.1700.12
HSL202.5º63.41%67.84%-
HSV(B)202.5º46.22%88.24%-
XYZ39.0344.6277.79-
YUV171.01158.4792.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.74%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=22.74%
G=34.96%
B=42.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211862250.460.1700.12202.563.4167.84
Hex79BAE12E110Cca3f44
Octal171272341562101431277104
Binary111100110111010111000011011101000101100110010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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