#80BBDD

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

Shades of Seagull #80BBDD

Tints of Seagull #80BBDD

Color information

#80BBDD (or 0x80BBDD) is unknown color: approx Seagull. HEX triplet: 80, BB and DD. RGB value is (128,187,221). Sum of RGB (Red+Green+Blue) = 128+187+221=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #80BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBDD is #7F4422. Grayscale: #ADADAD. Windows color (decimal): -8340515 or 14531456. OLE color: 14531456.

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

Color convert

RGB128187221-
CMYK0.420.1500.13
HSL201.94º57.76%68.43%-
HSV(B)201.94º42.08%86.67%-
XYZ39.7245.3575.07-
YUV173.24154.9595.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=23.88%
G=34.89%
B=41.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281872210.420.1500.13201.9457.7668.43
Hex80BBDD2AF0Dca3a44
Octal200273335521701531272104
Binary100000001011101111011101101010111101101110010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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