#80BFD1

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

Shades of Seagull #80BFD1

Tints of Seagull #80BFD1

Color information

#80BFD1 (or 0x80BFD1) is unknown color: approx Seagull. HEX triplet: 80, BF and D1. RGB value is (128,191,209). Sum of RGB (Red+Green+Blue) = 128+191+209=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #80BFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFD1 is #7F402E. Grayscale: #AEAEAE. Windows color (decimal): -8339503 or 13746048. OLE color: 13746048.

HSL color Cylindrical-coordinate representation of color #80BFD1: hue angle of 193.33º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80BFD1 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128191209-
CMYK0.390.0900.18
HSL193.33º46.82%66.08%-
HSV(B)193.33º38.76%81.96%-
XYZ39.0446.4567.23-
YUV174.21147.6395.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.24%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=24.24%
G=36.17%
B=39.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281912090.390.0900.18193.3346.8266.08
Hex80BFD1279012c12f42
Octal200277321471102230157102
Binary1000000010111111110100011001111001010010110000011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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