#79BADE

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

Shades of Seagull #79BADE

Tints of Seagull #79BADE

Color information

#79BADE (or 0x79BADE) is unknown color: approx Seagull. HEX triplet: 79, BA and DE. RGB value is (121,186,222). Sum of RGB (Red+Green+Blue) = 121+186+222=529 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.87% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #79BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BADE is #864521. Grayscale: #AAAAAA. Windows color (decimal): -8799522 or 14596729. OLE color: 14596729.

HSL color Cylindrical-coordinate representation of color #79BADE: hue angle of 201.39º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79BADE is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121186222-
CMYK0.450.1600.13
HSL201.39º60.48%67.25%-
HSV(B)201.39º45.5%87.06%-
XYZ38.6344.4675.65-
YUV170.67156.9792.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.87%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=22.87%
G=35.16%
B=41.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211862220.450.1600.13201.3960.4867.25
Hex79BADE2D100Dc93c43
Octal171272336552001531174103
Binary111100110111010110111101011011000001101110010011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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