#80B2CC

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

Shades of Seagull #80B2CC

Tints of Seagull #80B2CC

Color information

#80B2CC (or 0x80B2CC) is unknown color: approx Seagull. HEX triplet: 80, B2 and CC. RGB value is (128,178,204). Sum of RGB (Red+Green+Blue) = 128+178+204=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #80B2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2CC is #7F4D33. Grayscale: #A5A5A5. Windows color (decimal): -8342836 or 13415040. OLE color: 13415040.

HSL color Cylindrical-coordinate representation of color #80B2CC: hue angle of 200.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80B2CC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128178204-
CMYK0.370.1300.2
HSL200.53º42.7%65.1%-
HSV(B)200.53º37.25%80%-
XYZ35.7240.7963.12-
YUV166.01149.44100.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.10%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 204 (80.08% from 255) = 40%
R=25.10%
G=34.90%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281782040.370.1300.2200.5342.765.1
Hex80B2CC25D014c92b41
Octal200262314451502431153101
Binary1000000010110010110011001001011101010100110010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,178,204); }

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

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

 a { background-color: rgb(128,178,204); }

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

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

 span { border-color: rgb(128,178,204); }

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