#80BCDD

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

Shades of Seagull #80BCDD

Tints of Seagull #80BCDD

Color information

#80BCDD (or 0x80BCDD) is unknown color: approx Seagull. HEX triplet: 80, BC and DD. RGB value is (128,188,221). Sum of RGB (Red+Green+Blue) = 128+188+221=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #80BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCDD is #7F4322. Grayscale: #ADADAD. Windows color (decimal): -8340259 or 14531712. OLE color: 14531712.

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

Color convert

RGB128188221-
CMYK0.420.1500.13
HSL201.29º57.76%68.43%-
HSV(B)201.29º42.08%86.67%-
XYZ39.9445.7875.14-
YUV173.82154.6295.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.84%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=23.84%
G=35.01%
B=41.15%

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
Decimal1281882210.420.1500.13201.2957.7668.43
Hex80BCDD2AF0Dc93a44
Octal200274335521701531172104
Binary100000001011110011011101101010111101101110010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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