#80BBDB

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

Shades of Seagull #80BBDB

Tints of Seagull #80BBDB

Color information

#80BBDB (or 0x80BBDB) is unknown color: approx Seagull. HEX triplet: 80, BB and DB. RGB value is (128,187,219). Sum of RGB (Red+Green+Blue) = 128+187+219=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #80BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBDB is #7F4424. Grayscale: #ACACAC. Windows color (decimal): -8340517 or 14400384. OLE color: 14400384.

HSL color Cylindrical-coordinate representation of color #80BBDB: hue angle of 201.1º degrees, saturation: 0.56, 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 #80BBDB is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128187219-
CMYK0.420.1500.14
HSL201.1º55.83%68.04%-
HSV(B)201.1º41.55%85.88%-
XYZ39.4645.2473.67-
YUV173.01153.9595.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=23.97%
G=35.02%
B=41.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281872190.420.1500.14201.155.8368.04
Hex80BBDB2AF0Ec93844
Octal200273333521701631170104
Binary100000001011101111011011101010111101110110010011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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