#80BDDE

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

Shades of Seagull #80BDDE

Tints of Seagull #80BDDE

Color information

#80BDDE (or 0x80BDDE) is unknown color: approx Seagull. HEX triplet: 80, BD and DE. RGB value is (128,189,222). Sum of RGB (Red+Green+Blue) = 128+189+222=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #80BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDDE is #7F4221. Grayscale: #AEAEAE. Windows color (decimal): -8340002 or 14597504. OLE color: 14597504.

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

Color convert

RGB128189222-
CMYK0.420.1500.13
HSL201.06º58.75%68.63%-
HSV(B)201.06º42.34%87.06%-
XYZ40.2846.2675.91-
YUV174.52154.7994.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.75%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=23.75%
G=35.06%
B=41.19%

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
Decimal1281892220.420.1500.13201.0658.7568.63
Hex80BDDE2AF0Dc93b45
Octal200275336521701531173105
Binary100000001011110111011110101010111101101110010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,189,222); }

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

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

 a { background-color: rgb(128,189,222); }

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

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

 span { border-color: rgb(128,189,222); }

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