#80BFD7

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

Shades of Seagull #80BFD7

Tints of Seagull #80BFD7

Color information

#80BFD7 (or 0x80BFD7) is unknown color: approx Seagull. HEX triplet: 80, BF and D7. RGB value is (128,191,215). Sum of RGB (Red+Green+Blue) = 128+191+215=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #80BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFD7 is #7F4028. Grayscale: #AEAEAE. Windows color (decimal): -8339497 or 14139264. OLE color: 14139264.

HSL color Cylindrical-coordinate representation of color #80BFD7: hue angle of 196.55º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BFD7 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128191215-
CMYK0.400.1100.16
HSL196.55º52.1%67.25%-
HSV(B)196.55º40.47%84.31%-
XYZ39.846.7671.22-
YUV174.9150.6394.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=23.97%
G=35.77%
B=40.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281912150.400.1100.16196.5552.167.25
Hex80BFD728B010c53443
Octal200277327501302030564103
Binary1000000010111111110101111010001011010000110001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,191,215); }

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

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

 a { background-color: rgb(128,191,215); }

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

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

 span { border-color: rgb(128,191,215); }

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