#80BECD

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

Shades of Seagull #80BECD

Tints of Seagull #80BECD

Color information

#80BECD (or 0x80BECD) is unknown color: approx Seagull. HEX triplet: 80, BE and CD. RGB value is (128,190,205). Sum of RGB (Red+Green+Blue) = 128+190+205=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #80BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BECD is #7F4132. Grayscale: #ADADAD. Windows color (decimal): -8339763 or 13483648. OLE color: 13483648.

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

Color convert

RGB128190205-
CMYK0.380.0700.20
HSL191.69º43.5%65.29%-
HSV(B)191.69º37.56%80.39%-
XYZ38.3345.8264.58-
YUV173.17145.9695.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=24.47%
G=36.33%
B=39.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281902050.380.0700.20191.6943.565.29
Hex80BECD267014c02c41
Octal20027631546702430054101
Binary100000001011111011001101100110111010100110000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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