#80B6CB

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

Shades of Seagull #80B6CB

Tints of Seagull #80B6CB

Color information

#80B6CB (or 0x80B6CB) is unknown color: approx Seagull. HEX triplet: 80, B6 and CB. RGB value is (128,182,203). Sum of RGB (Red+Green+Blue) = 128+182+203=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #80B6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B6CB is #7F4934. Grayscale: #A8A8A8. Windows color (decimal): -8341813 or 13350528. OLE color: 13350528.

HSL color Cylindrical-coordinate representation of color #80B6CB: hue angle of 196.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80B6CB is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128182203-
CMYK0.370.1000.20
HSL196.8º41.9%64.9%-
HSV(B)196.8º36.95%79.61%-
XYZ36.4142.3662.76-
YUV168.25147.6199.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=24.95%
G=35.48%
B=39.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281822030.370.1000.20196.841.964.9
Hex80B6CB25A014c52a41
Octal200266313451202430552101
Binary1000000010110110110010111001011010010100110001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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