#80BEDF

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

Shades of Seagull #80BEDF

Tints of Seagull #80BEDF

Color information

#80BEDF (or 0x80BEDF) is unknown color: approx Seagull. HEX triplet: 80, BE and DF. RGB value is (128,190,223). Sum of RGB (Red+Green+Blue) = 128+190+223=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #80BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEDF is #7F4120. Grayscale: #AFAFAF. Windows color (decimal): -8339745 or 14663296. OLE color: 14663296.

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

Color convert

RGB128190223-
CMYK0.430.1500.13
HSL200.84º59.75%68.82%-
HSV(B)200.84º42.6%87.45%-
XYZ40.6346.7476.69-
YUV175.22154.9694.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.66%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=23.66%
G=35.12%
B=41.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281902230.430.1500.13200.8459.7568.82
Hex80BEDF2BF0Dc93c45
Octal200276337531701531174105
Binary100000001011111011011111101011111101101110010011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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