#80BDCD

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

Shades of Seagull #80BDCD

Tints of Seagull #80BDCD

Color information

#80BDCD (or 0x80BDCD) is unknown color: approx Seagull. HEX triplet: 80, BD and CD. RGB value is (128,189,205). Sum of RGB (Red+Green+Blue) = 128+189+205=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #80BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDCD is #7F4232. Grayscale: #ACACAC. Windows color (decimal): -8340019 or 13483392. OLE color: 13483392.

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

Color convert

RGB128189205-
CMYK0.380.0800.20
HSL192.47º43.5%65.29%-
HSV(B)192.47º37.56%80.39%-
XYZ38.1245.3964.51-
YUV172.58146.2996.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=24.52%
G=36.21%
B=39.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281892050.380.0800.20192.4743.565.29
Hex80BDCD268014c02c41
Octal200275315461002430054101
Binary1000000010111101110011011001101000010100110000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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