#80BBD4

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

Shades of Seagull #80BBD4

Tints of Seagull #80BBD4

Color information

#80BBD4 (or 0x80BBD4) is unknown color: approx Seagull. HEX triplet: 80, BB and D4. RGB value is (128,187,212). Sum of RGB (Red+Green+Blue) = 128+187+212=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #80BBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBD4 is #7F442B. Grayscale: #ACACAC. Windows color (decimal): -8340524 or 13941632. OLE color: 13941632.

HSL color Cylindrical-coordinate representation of color #80BBD4: hue angle of 197.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BBD4 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128187212-
CMYK0.400.1200.17
HSL197.86º49.41%66.67%-
HSV(B)197.86º39.62%83.14%-
XYZ38.5644.8868.92-
YUV172.21150.4596.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 212 (83.20% from 255) = 40.23%
R=24.29%
G=35.48%
B=40.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281872120.400.1200.17197.8649.4166.67
Hex80BBD428C011c63143
Octal200273324501402130661103
Binary1000000010111011110101001010001100010001110001101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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