#80BACD

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

Shades of Seagull #80BACD

Tints of Seagull #80BACD

Color information

#80BACD (or 0x80BACD) is unknown color: approx Seagull. HEX triplet: 80, BA and CD. RGB value is (128,186,205). Sum of RGB (Red+Green+Blue) = 128+186+205=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #80BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BACD is #7F4532. Grayscale: #AAAAAA. Windows color (decimal): -8340787 or 13482624. OLE color: 13482624.

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

Color convert

RGB128186205-
CMYK0.380.0900.20
HSL194.81º43.5%65.29%-
HSV(B)194.81º37.56%80.39%-
XYZ37.4844.1164.3-
YUV170.82147.2897.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=24.66%
G=35.84%
B=39.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281862050.380.0900.20194.8143.565.29
Hex80BACD269014c32c41
Octal200272315461102430354101
Binary1000000010111010110011011001101001010100110000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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