#82BACB

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

Shades of Seagull #82BACB

Tints of Seagull #82BACB

Color information

#82BACB (or 0x82BACB) is unknown color: approx Seagull. HEX triplet: 82, BA and CB. RGB value is (130,186,203). Sum of RGB (Red+Green+Blue) = 130+186+203=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #82BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BACB is #7D4534. Grayscale: #ABABAB. Windows color (decimal): -8209717 or 13351554. OLE color: 13351554.

HSL color Cylindrical-coordinate representation of color #82BACB: hue angle of 193.97º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82BACB is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130186203-
CMYK0.360.0800.20
HSL193.97º41.24%65.29%-
HSV(B)193.97º35.96%79.61%-
XYZ37.5444.1863.05-
YUV171.19145.9598.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.05%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=25.05%
G=35.84%
B=39.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301862030.360.0800.20193.9741.2465.29
Hex82BACB248014c22941
Octal202272313441002430251101
Binary1000001010111010110010111001001000010100110000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82BACB; }

 p { color: rgb(130,186,203); }

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

<style>
 a { background-color: #82BACB; }

 a { background-color: rgb(130,186,203); }

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

<style>
 span { border-color: #82BACB; }

 span { border-color: rgb(130,186,203); }

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