#80BFCA

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

Shades of Seagull #80BFCA

Tints of Seagull #80BFCA

Color information

#80BFCA (or 0x80BFCA) is unknown color: approx Seagull. HEX triplet: 80, BF and CA. RGB value is (128,191,202). Sum of RGB (Red+Green+Blue) = 128+191+202=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #80BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFCA is #7F4035. Grayscale: #ADADAD. Windows color (decimal): -8339510 or 13287296. OLE color: 13287296.

HSL color Cylindrical-coordinate representation of color #80BFCA: hue angle of 188.92º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80BFCA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128191202-
CMYK0.370.0500.21
HSL188.92º41.11%64.71%-
HSV(B)188.92º36.63%79.22%-
XYZ38.1946.1262.77-
YUV173.42144.1395.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.57%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=24.57%
G=36.66%
B=38.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281912020.370.0500.21188.9241.1164.71
Hex80BFCA255015bd2941
Octal20027731245502527551101
Binary100000001011111111001010100101101010101101111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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