#80BEDC

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

Shades of Seagull #80BEDC

Tints of Seagull #80BEDC

Color information

#80BEDC (or 0x80BEDC) is unknown color: approx Seagull. HEX triplet: 80, BE and DC. RGB value is (128,190,220). Sum of RGB (Red+Green+Blue) = 128+190+220=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #80BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEDC is #7F4123. Grayscale: #AEAEAE. Windows color (decimal): -8339748 or 14466688. OLE color: 14466688.

HSL color Cylindrical-coordinate representation of color #80BEDC: hue angle of 199.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BEDC is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128190220-
CMYK0.420.1400.14
HSL199.57º56.79%68.24%-
HSV(B)199.57º41.82%86.27%-
XYZ40.2346.5874.58-
YUV174.88153.4694.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.79%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=23.79%
G=35.32%
B=40.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281902200.420.1400.14199.5756.7968.24
Hex80BEDC2AE0Ec83944
Octal200276334521601631071104
Binary100000001011111011011100101010111001110110010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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