#80BEDA

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

Shades of Seagull #80BEDA

Tints of Seagull #80BEDA

Color information

#80BEDA (or 0x80BEDA) is unknown color: approx Seagull. HEX triplet: 80, BE and DA. RGB value is (128,190,218). Sum of RGB (Red+Green+Blue) = 128+190+218=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #80BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEDA is #7F4125. Grayscale: #AEAEAE. Windows color (decimal): -8339750 or 14335616. OLE color: 14335616.

HSL color Cylindrical-coordinate representation of color #80BEDA: hue angle of 198.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BEDA is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128190218-
CMYK0.410.1300.15
HSL198.67º54.88%67.84%-
HSV(B)198.67º41.28%85.49%-
XYZ39.9746.4873.19-
YUV174.65152.4694.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=23.88%
G=35.45%
B=40.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281902180.410.1300.15198.6754.8867.84
Hex80BEDA29D0Fc73744
Octal200276332511501730767104
Binary100000001011111011011010101001110101111110001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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