#80AECD

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

Shades of Seagull #80AECD

Tints of Seagull #80AECD

Color information

#80AECD (or 0x80AECD) is unknown color: approx Seagull. HEX triplet: 80, AE and CD. RGB value is (128,174,205). Sum of RGB (Red+Green+Blue) = 128+174+205=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #80AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AECD is #7F5132. Grayscale: #A3A3A3. Windows color (decimal): -8343859 or 13479552. OLE color: 13479552.

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

Color convert

RGB128174205-
CMYK0.380.1500.20
HSL204.16º43.5%65.29%-
HSV(B)204.16º37.56%80.39%-
XYZ35.0639.2763.49-
YUV163.78151.26102.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=25.25%
G=34.32%
B=40.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281742050.380.1500.20204.1643.565.29
Hex80AECD26F014cc2c41
Octal200256315461702431454101
Binary1000000010101110110011011001101111010100110011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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