#80BACE

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

Shades of Seagull #80BACE

Tints of Seagull #80BACE

Color information

#80BACE (or 0x80BACE) is unknown color: approx Seagull. HEX triplet: 80, BA and CE. RGB value is (128,186,206). Sum of RGB (Red+Green+Blue) = 128+186+206=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #80BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BACE is #7F4531. Grayscale: #AAAAAA. Windows color (decimal): -8340786 or 13548160. OLE color: 13548160.

HSL color Cylindrical-coordinate representation of color #80BACE: hue angle of 195.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BACE is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128186206-
CMYK0.380.1000.19
HSL195.38º44.32%65.49%-
HSV(B)195.38º37.86%80.78%-
XYZ37.644.1664.94-
YUV170.94147.7897.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.62%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=24.62%
G=35.77%
B=39.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281862060.380.1000.19195.3844.3265.49
Hex80BACE26A013c32c41
Octal200272316461202330354101
Binary1000000010111010110011101001101010010011110000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80BACE; }

 p { color: rgb(128,186,206); }

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

<style>
 a { background-color: #80BACE; }

 a { background-color: rgb(128,186,206); }

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

<style>
 span { border-color: #80BACE; }

 span { border-color: rgb(128,186,206); }

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