#80BEDE

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

Shades of Seagull #80BEDE

Tints of Seagull #80BEDE

Color information

#80BEDE (or 0x80BEDE) is unknown color: approx Seagull. HEX triplet: 80, BE and DE. RGB value is (128,190,222). Sum of RGB (Red+Green+Blue) = 128+190+222=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #80BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEDE is #7F4121. Grayscale: #AEAEAE. Windows color (decimal): -8339746 or 14597760. OLE color: 14597760.

HSL color Cylindrical-coordinate representation of color #80BEDE: hue angle of 200.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BEDE is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128190222-
CMYK0.420.1400.13
HSL200.43º58.75%68.63%-
HSV(B)200.43º42.34%87.06%-
XYZ40.546.6975.98-
YUV175.11154.4694.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.70%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=23.70%
G=35.19%
B=41.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281902220.420.1400.13200.4358.7568.63
Hex80BEDE2AE0Dc83b45
Octal200276336521601531073105
Binary100000001011111011011110101010111001101110010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,190,222); }

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

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

 a { background-color: rgb(128,190,222); }

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

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

 span { border-color: rgb(128,190,222); }

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