#80BAD7

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

Shades of Seagull #80BAD7

Tints of Seagull #80BAD7

Color information

#80BAD7 (or 0x80BAD7) is unknown color: approx Seagull. HEX triplet: 80, BA and D7. RGB value is (128,186,215). Sum of RGB (Red+Green+Blue) = 128+186+215=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #80BAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BAD7 is #7F4528. Grayscale: #ABABAB. Windows color (decimal): -8340777 or 14137984. OLE color: 14137984.

HSL color Cylindrical-coordinate representation of color #80BAD7: hue angle of 200º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BAD7 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128186215-
CMYK0.400.1300.16
HSL200º52.1%67.25%-
HSV(B)200º40.47%84.31%-
XYZ38.7344.6170.86-
YUV171.96152.2896.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.20%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=24.20%
G=35.16%
B=40.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281862150.400.1300.1620052.167.25
Hex80BAD728D010c83443
Octal200272327501502031064103
Binary1000000010111010110101111010001101010000110010001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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