#80B6CD

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

Shades of Seagull #80B6CD

Tints of Seagull #80B6CD

Color information

#80B6CD (or 0x80B6CD) is unknown color: approx Seagull. HEX triplet: 80, B6 and CD. RGB value is (128,182,205). Sum of RGB (Red+Green+Blue) = 128+182+205=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #80B6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B6CD is #7F4932. Grayscale: #A8A8A8. Windows color (decimal): -8341811 or 13481600. OLE color: 13481600.

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

Color convert

RGB128182205-
CMYK0.380.1100.20
HSL197.92º43.5%65.29%-
HSV(B)197.92º37.56%80.39%-
XYZ36.6542.4564.02-
YUV168.48148.6199.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.85%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=24.85%
G=35.34%
B=39.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281822050.380.1100.20197.9243.565.29
Hex80B6CD26B014c62c41
Octal200266315461302430654101
Binary1000000010110110110011011001101011010100110001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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