#79BFD4

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

Shades of Seagull #79BFD4

Tints of Seagull #79BFD4

Color information

#79BFD4 (or 0x79BFD4) is unknown color: approx Seagull. HEX triplet: 79, BF and D4. RGB value is (121,191,212). Sum of RGB (Red+Green+Blue) = 121+191+212=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 212 - color contains mainly: blue. Hex color #79BFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BFD4 is #86402B. Grayscale: #ACACAC. Windows color (decimal): -8798252 or 13942649. OLE color: 13942649.

HSL color Cylindrical-coordinate representation of color #79BFD4: hue angle of 193.85º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79BFD4 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB121191212-
CMYK0.430.1000.17
HSL193.85º51.41%65.29%-
HSV(B)193.85º42.92%83.14%-
XYZ38.446.0869.16-
YUV172.46150.3191.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.09%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 212 (83.20% from 255) = 40.46%
R=23.09%
G=36.45%
B=40.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1211912120.430.1000.17193.8551.4165.29
Hex79BFD42BA011c23341
Octal171277324531202130263101
Binary111100110111111110101001010111010010001110000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,191,212); }

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

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

 a { background-color: rgb(121,191,212); }

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

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

 span { border-color: rgb(121,191,212); }

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