#80BFDE

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

Shades of Seagull #80BFDE

Tints of Seagull #80BFDE

Color information

#80BFDE (or 0x80BFDE) is unknown color: approx Seagull. HEX triplet: 80, BF and DE. RGB value is (128,191,222). Sum of RGB (Red+Green+Blue) = 128+191+222=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #80BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFDE is #7F4021. Grayscale: #AFAFAF. Windows color (decimal): -8339490 or 14598016. OLE color: 14598016.

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

Color convert

RGB128191222-
CMYK0.420.1400.13
HSL199.79º58.75%68.63%-
HSV(B)199.79º42.34%87.06%-
XYZ40.7247.1276.06-
YUV175.7154.1393.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.66%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=23.66%
G=35.30%
B=41.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281912220.420.1400.13199.7958.7568.63
Hex80BFDE2AE0Dc83b45
Octal200277336521601531073105
Binary100000001011111111011110101010111001101110010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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