#80BCDC

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

Shades of Seagull #80BCDC

Tints of Seagull #80BCDC

Color information

#80BCDC (or 0x80BCDC) is unknown color: approx Seagull. HEX triplet: 80, BC and DC. RGB value is (128,188,220). Sum of RGB (Red+Green+Blue) = 128+188+220=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #80BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCDC is #7F4323. Grayscale: #ADADAD. Windows color (decimal): -8340260 or 14466176. OLE color: 14466176.

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

Color convert

RGB128188220-
CMYK0.420.1500.14
HSL200.87º56.79%68.24%-
HSV(B)200.87º41.82%86.27%-
XYZ39.845.7274.44-
YUV173.71154.1295.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=23.88%
G=35.07%
B=41.04%

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
Decimal1281882200.420.1500.14200.8756.7968.24
Hex80BCDC2AF0Ec93944
Octal200274334521701631171104
Binary100000001011110011011100101010111101110110010011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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