#80B0CD

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

Shades of Seagull #80B0CD

Tints of Seagull #80B0CD

Color information

#80B0CD (or 0x80B0CD) is unknown color: approx Seagull. HEX triplet: 80, B0 and CD. RGB value is (128,176,205). Sum of RGB (Red+Green+Blue) = 128+176+205=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #80B0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B0CD is #7F4F32. Grayscale: #A4A4A4. Windows color (decimal): -8343347 or 13480064. OLE color: 13480064.

HSL color Cylindrical-coordinate representation of color #80B0CD: hue angle of 202.6º 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 #80B0CD is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128176205-
CMYK0.380.1400.20
HSL202.6º43.5%65.29%-
HSV(B)202.6º37.56%80.39%-
XYZ35.4540.0563.62-
YUV164.95150.6101.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.15%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=25.15%
G=34.58%
B=40.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281762050.380.1400.20202.643.565.29
Hex80B0CD26E014cb2c41
Octal200260315461602431354101
Binary1000000010110000110011011001101110010100110010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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