#79BDE0

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

Shades of Seagull #79BDE0

Tints of Seagull #79BDE0

Color information

#79BDE0 (or 0x79BDE0) is unknown color: approx Seagull. HEX triplet: 79, BD and E0. RGB value is (121,189,224). Sum of RGB (Red+Green+Blue) = 121+189+224=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #79BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDE0 is #86421F. Grayscale: #ACACAC. Windows color (decimal): -8798752 or 14728569. OLE color: 14728569.

HSL color Cylindrical-coordinate representation of color #79BDE0: hue angle of 200.39º degrees, saturation: 0.62, 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 #79BDE0 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121189224-
CMYK0.460.1600.12
HSL200.39º62.42%67.65%-
HSV(B)200.39º45.98%87.84%-
XYZ39.5445.8477.29-
YUV172.66156.9791.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.66%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 224 (87.89% from 255) = 41.95%
R=22.66%
G=35.39%
B=41.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211892240.460.1600.12200.3962.4267.65
Hex79BDE02E100Cc83e44
Octal171275340562001431076104
Binary111100110111101111000001011101000001100110010001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,189,224); }

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

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

 a { background-color: rgb(121,189,224); }

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

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

 span { border-color: rgb(121,189,224); }

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