#79BDCC

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

Shades of Seagull #79BDCC

Tints of Seagull #79BDCC

Color information

#79BDCC (or 0x79BDCC) is unknown color: approx Seagull. HEX triplet: 79, BD and CC. RGB value is (121,189,204). Sum of RGB (Red+Green+Blue) = 121+189+204=514 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.54% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #79BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDCC is #864233. Grayscale: #AAAAAA. Windows color (decimal): -8798772 or 13417849. OLE color: 13417849.

HSL color Cylindrical-coordinate representation of color #79BDCC: hue angle of 190.84º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79BDCC is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121189204-
CMYK0.410.0700.2
HSL190.84º44.86%63.73%-
HSV(B)190.84º40.69%80%-
XYZ36.9844.8263.83-
YUV170.38146.9792.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.54%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=23.54%
G=36.77%
B=39.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211892040.410.0700.2190.8444.8663.73
Hex79BDCC297014bf2d40
Octal17127531451702427755100
Binary11110011011110111001100101001111010100101111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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