#80BFDF

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

Shades of Seagull #80BFDF

Tints of Seagull #80BFDF

Color information

#80BFDF (or 0x80BFDF) is unknown color: approx Seagull. HEX triplet: 80, BF and DF. RGB value is (128,191,223). Sum of RGB (Red+Green+Blue) = 128+191+223=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #80BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFDF is #7F4020. Grayscale: #AFAFAF. Windows color (decimal): -8339489 or 14663552. OLE color: 14663552.

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

Color convert

RGB128191223-
CMYK0.430.1400.13
HSL200.21º59.75%68.82%-
HSV(B)200.21º42.6%87.45%-
XYZ40.8547.1876.77-
YUV175.81154.6393.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.62%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=23.62%
G=35.24%
B=41.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281912230.430.1400.13200.2159.7568.82
Hex80BFDF2BE0Dc83c45
Octal200277337531601531074105
Binary100000001011111111011111101011111001101110010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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