#80BADC

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

Shades of Seagull #80BADC

Tints of Seagull #80BADC

Color information

#80BADC (or 0x80BADC) is unknown color: approx Seagull. HEX triplet: 80, BA and DC. RGB value is (128,186,220). Sum of RGB (Red+Green+Blue) = 128+186+220=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #80BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BADC is #7F4523. Grayscale: #ACACAC. Windows color (decimal): -8340772 or 14465664. OLE color: 14465664.

HSL color Cylindrical-coordinate representation of color #80BADC: hue angle of 202.17º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BADC is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128186220-
CMYK0.420.1500.14
HSL202.17º56.79%68.24%-
HSV(B)202.17º41.82%86.27%-
XYZ39.3844.8774.3-
YUV172.53154.7896.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=23.97%
G=34.83%
B=41.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281862200.420.1500.14202.1756.7968.24
Hex80BADC2AF0Eca3944
Octal200272334521701631271104
Binary100000001011101011011100101010111101110110010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,220); }

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

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

 a { background-color: rgb(128,186,220); }

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

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

 span { border-color: rgb(128,186,220); }

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