#80BACA

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

Shades of Seagull #80BACA

Tints of Seagull #80BACA

Color information

#80BACA (or 0x80BACA) is unknown color: approx Seagull. HEX triplet: 80, BA and CA. RGB value is (128,186,202). Sum of RGB (Red+Green+Blue) = 128+186+202=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #80BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BACA is #7F4535. Grayscale: #AAAAAA. Windows color (decimal): -8340790 or 13286016. OLE color: 13286016.

HSL color Cylindrical-coordinate representation of color #80BACA: hue angle of 192.97º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80BACA is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128186202-
CMYK0.370.0800.21
HSL192.97º41.11%64.71%-
HSV(B)192.97º36.63%79.22%-
XYZ37.1243.9762.41-
YUV170.48145.7897.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.81%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=24.81%
G=36.05%
B=39.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281862020.370.0800.21192.9741.1164.71
Hex80BACA258015c12941
Octal200272312451002530151101
Binary1000000010111010110010101001011000010101110000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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