#79BCCB

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

Shades of Seagull #79BCCB

Tints of Seagull #79BCCB

Color information

#79BCCB (or 0x79BCCB) is unknown color: approx Seagull. HEX triplet: 79, BC and CB. RGB value is (121,188,203). Sum of RGB (Red+Green+Blue) = 121+188+203=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #79BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BCCB is #864334. Grayscale: #A9A9A9. Windows color (decimal): -8799029 or 13352057. OLE color: 13352057.

HSL color Cylindrical-coordinate representation of color #79BCCB: hue angle of 190.98º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79BCCB is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121188203-
CMYK0.400.0700.20
HSL190.98º44.09%63.53%-
HSV(B)190.98º40.39%79.61%-
XYZ36.6544.3463.13-
YUV169.68146.893.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.63%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=23.63%
G=36.72%
B=39.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211882030.400.0700.20190.9844.0963.53
Hex79BCCB287014bf2c40
Octal17127431350702427754100
Binary11110011011110011001011101000111010100101111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,188,203); }

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

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

 a { background-color: rgb(121,188,203); }

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

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

 span { border-color: rgb(121,188,203); }

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