#80C1CE

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

Shades of Seagull #80C1CE

Tints of Seagull #80C1CE

Color information

#80C1CE (or 0x80C1CE) is unknown color: approx Seagull. HEX triplet: 80, C1 and CE. RGB value is (128,193,206). Sum of RGB (Red+Green+Blue) = 128+193+206=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #80C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C1CE is #7F3E31. Grayscale: #AEAEAE. Windows color (decimal): -8338994 or 13549952. OLE color: 13549952.

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

Color convert

RGB128193206-
CMYK0.380.0600.19
HSL190º44.32%65.49%-
HSV(B)190º37.86%80.78%-
XYZ39.1147.1965.44-
YUV175.05145.4794.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=24.29%
G=36.62%
B=39.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281932060.380.0600.1919044.3265.49
Hex80C1CE266013be2c41
Octal20030131646602327654101
Binary100000001100000111001110100110110010011101111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,193,206); }

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

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

 a { background-color: rgb(128,193,206); }

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

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

 span { border-color: rgb(128,193,206); }

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