#80BFCF

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

Shades of Seagull #80BFCF

Tints of Seagull #80BFCF

Color information

#80BFCF (or 0x80BFCF) is unknown color: approx Seagull. HEX triplet: 80, BF and CF. RGB value is (128,191,207). Sum of RGB (Red+Green+Blue) = 128+191+207=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #80BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFCF is #7F4030. Grayscale: #ADADAD. Windows color (decimal): -8339505 or 13614976. OLE color: 13614976.

HSL color Cylindrical-coordinate representation of color #80BFCF: hue angle of 192.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BFCF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128191207-
CMYK0.380.0800.19
HSL192.15º45.14%65.69%-
HSV(B)192.15º38.16%81.18%-
XYZ38.846.3665.93-
YUV173.99146.6395.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=24.33%
G=36.31%
B=39.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281912070.380.0800.19192.1545.1465.69
Hex80BFCF268013c02d42
Octal200277317461002330055102
Binary1000000010111111110011111001101000010011110000001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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