#80BBDA

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

Shades of Seagull #80BBDA

Tints of Seagull #80BBDA

Color information

#80BBDA (or 0x80BBDA) is unknown color: approx Seagull. HEX triplet: 80, BB and DA. RGB value is (128,187,218). Sum of RGB (Red+Green+Blue) = 128+187+218=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #80BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBDA is #7F4425. Grayscale: #ACACAC. Windows color (decimal): -8340518 or 14334848. OLE color: 14334848.

HSL color Cylindrical-coordinate representation of color #80BBDA: hue angle of 200.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BBDA is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128187218-
CMYK0.410.1400.15
HSL200.67º54.88%67.84%-
HSV(B)200.67º41.28%85.49%-
XYZ39.3345.1972.98-
YUV172.89153.4595.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.02%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=24.02%
G=35.08%
B=40.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281872180.410.1400.15200.6754.8867.84
Hex80BBDA29E0Fc93744
Octal200273332511601731167104
Binary100000001011101111011010101001111001111110010011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,218); }

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

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

 a { background-color: rgb(128,187,218); }

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

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

 span { border-color: rgb(128,187,218); }

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