#79BDD5

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

Shades of Seagull #79BDD5

Tints of Seagull #79BDD5

Color information

#79BDD5 (or 0x79BDD5) is unknown color: approx Seagull. HEX triplet: 79, BD and D5. RGB value is (121,189,213). Sum of RGB (Red+Green+Blue) = 121+189+213=523 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.14% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #79BDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDD5 is #86422A. Grayscale: #ABABAB. Windows color (decimal): -8798763 or 14007673. OLE color: 14007673.

HSL color Cylindrical-coordinate representation of color #79BDD5: hue angle of 195.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79BDD5 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121189213-
CMYK0.430.1100.16
HSL195.65º52.27%65.49%-
HSV(B)195.65º43.19%83.53%-
XYZ38.0945.2669.68-
YUV171.4151.4792.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.14%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=23.14%
G=36.14%
B=40.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211892130.430.1100.16195.6552.2765.49
Hex79BDD52BB010c43441
Octal171275325531302030464101
Binary111100110111101110101011010111011010000110001001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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