#80BCDB

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

Shades of Seagull #80BCDB

Tints of Seagull #80BCDB

Color information

#80BCDB (or 0x80BCDB) is unknown color: approx Seagull. HEX triplet: 80, BC and DB. RGB value is (128,188,219). Sum of RGB (Red+Green+Blue) = 128+188+219=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #80BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCDB is #7F4324. Grayscale: #ADADAD. Windows color (decimal): -8340261 or 14400640. OLE color: 14400640.

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

Color convert

RGB128188219-
CMYK0.420.1400.14
HSL200.44º55.83%68.04%-
HSV(B)200.44º41.55%85.88%-
XYZ39.6745.6773.74-
YUV173.59153.6295.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.93%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=23.93%
G=35.14%
B=40.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281882190.420.1400.14200.4455.8368.04
Hex80BCDB2AE0Ec83844
Octal200274333521601631070104
Binary100000001011110011011011101010111001110110010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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