#80B2CD

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

Shades of Seagull #80B2CD

Tints of Seagull #80B2CD

Color information

#80B2CD (or 0x80B2CD) is unknown color: approx Seagull. HEX triplet: 80, B2 and CD. RGB value is (128,178,205). Sum of RGB (Red+Green+Blue) = 128+178+205=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #80B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2CD is #7F4D32. Grayscale: #A5A5A5. Windows color (decimal): -8342835 or 13480576. OLE color: 13480576.

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

Color convert

RGB128178205-
CMYK0.380.1300.20
HSL201.04º43.5%65.29%-
HSV(B)201.04º37.56%80.39%-
XYZ35.8440.8463.75-
YUV166.13149.94100.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=25.05%
G=34.83%
B=40.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281782050.380.1300.20201.0443.565.29
Hex80B2CD26D014c92c41
Octal200262315461502431154101
Binary1000000010110010110011011001101101010100110010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,178,205); }

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

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

 a { background-color: rgb(128,178,205); }

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

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

 span { border-color: rgb(128,178,205); }

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