#80BADF

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

Shades of Seagull #80BADF

Tints of Seagull #80BADF

Color information

#80BADF (or 0x80BADF) is unknown color: approx Seagull. HEX triplet: 80, BA and DF. RGB value is (128,186,223). Sum of RGB (Red+Green+Blue) = 128+186+223=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #80BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BADF is #7F4520. Grayscale: #ACACAC. Windows color (decimal): -8340769 or 14662272. OLE color: 14662272.

HSL color Cylindrical-coordinate representation of color #80BADF: hue angle of 203.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80BADF is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128186223-
CMYK0.430.1700.13
HSL203.37º59.75%68.82%-
HSV(B)203.37º42.6%87.45%-
XYZ39.7845.0376.41-
YUV172.88156.2895.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.84%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=23.84%
G=34.64%
B=41.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281862230.430.1700.13203.3759.7568.82
Hex80BADF2B110Dcb3c45
Octal200272337532101531374105
Binary1000000010111010110111111010111000101101110010111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,223); }

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

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

 a { background-color: rgb(128,186,223); }

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

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

 span { border-color: rgb(128,186,223); }

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