#79bdda

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

Shades of Seagull #79BDDA

Tints of Seagull #79BDDA

Color information

#79BDDA (or 0x79BDDA) is unknown color: approx Seagull. HEX triplet: 79, BD and DA. RGB value is (121,189,218). Sum of RGB (Red+Green+Blue) = 121+189+218=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #79BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDDA is #864225. Grayscale: #ABABAB. Windows color (decimal): -8798758 or 14335353. OLE color: 14335353.

HSL color Cylindrical-coordinate representation of color #79BDDA: hue angle of 197.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79BDDA is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121189218-
CMYK0.440.1300.15
HSL197.94º56.73%66.47%-
HSV(B)197.94º44.5%85.49%-
XYZ38.7445.5273.07-
YUV171.97153.9791.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.92%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=22.92%
G=35.80%
B=41.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211892180.440.1300.15197.9456.7366.47
Hex79BDDA2CD0Fc63942
Octal171275332541501730671102
Binary11110011011110111011010101100110101111110001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79bdda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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