#80BBD9

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

Shades of Seagull #80BBD9

Tints of Seagull #80BBD9

Color information

#80BBD9 (or 0x80BBD9) is unknown color: approx Seagull. HEX triplet: 80, BB and D9. RGB value is (128,187,217). Sum of RGB (Red+Green+Blue) = 128+187+217=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #80BBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBD9 is #7F4426. Grayscale: #ACACAC. Windows color (decimal): -8340519 or 14269312. OLE color: 14269312.

HSL color Cylindrical-coordinate representation of color #80BBD9: hue angle of 200.22º degrees, saturation: 0.54, 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 #80BBD9 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128187217-
CMYK0.410.1400.15
HSL200.22º53.94%67.65%-
HSV(B)200.22º41.01%85.1%-
XYZ39.245.1472.29-
YUV172.78152.9596.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 217 (85.16% from 255) = 40.79%
R=24.06%
G=35.15%
B=40.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281872170.410.1400.15200.2253.9467.65
Hex80BBD929E0Fc83644
Octal200273331511601731066104
Binary100000001011101111011001101001111001111110010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,217); }

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

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

 a { background-color: rgb(128,187,217); }

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

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

 span { border-color: rgb(128,187,217); }

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