#80ADCA

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

Shades of Seagull #80ADCA

Tints of Seagull #80ADCA

Color information

#80ADCA (or 0x80ADCA) is unknown color: approx Seagull. HEX triplet: 80, AD and CA. RGB value is (128,173,202). Sum of RGB (Red+Green+Blue) = 128+173+202=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #80ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADCA is #7F5235. Grayscale: #A2A2A2. Windows color (decimal): -8344118 or 13282688. OLE color: 13282688.

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

Color convert

RGB128173202-
CMYK0.370.1400.21
HSL203.51º41.11%64.71%-
HSV(B)203.51º36.63%79.22%-
XYZ34.5138.7461.54-
YUV162.85150.09103.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=25.45%
G=34.39%
B=40.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281732020.370.1400.21203.5141.1164.71
Hex80ADCA25E015cc2941
Octal200255312451602531451101
Binary1000000010101101110010101001011110010101110011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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