#80C1CA

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

Shades of Seagull #80C1CA

Tints of Seagull #80C1CA

Color information

#80C1CA (or 0x80C1CA) is unknown color: approx Seagull. HEX triplet: 80, C1 and CA. RGB value is (128,193,202). Sum of RGB (Red+Green+Blue) = 128+193+202=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #80C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C1CA is #7F3E35. Grayscale: #AEAEAE. Windows color (decimal): -8338998 or 13287808. OLE color: 13287808.

HSL color Cylindrical-coordinate representation of color #80C1CA: hue angle of 187.3º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80C1CA is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128193202-
CMYK0.370.0400.21
HSL187.3º41.11%64.71%-
HSV(B)187.3º36.63%79.22%-
XYZ38.6346.9962.91-
YUV174.59143.4794.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=24.47%
G=36.90%
B=38.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281932020.370.0400.21187.341.1164.71
Hex80C1CA254015bb2941
Octal20030131245402527351101
Binary100000001100000111001010100101100010101101110111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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