#82BAC9

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

Shades of Seagull #82BAC9

Tints of Seagull #82BAC9

Color information

#82BAC9 (or 0x82BAC9) is unknown color: approx Seagull. HEX triplet: 82, BA and C9. RGB value is (130,186,201). Sum of RGB (Red+Green+Blue) = 130+186+201=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #82BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BAC9 is #7D4536. Grayscale: #AAAAAA. Windows color (decimal): -8209719 or 13220482. OLE color: 13220482.

HSL color Cylindrical-coordinate representation of color #82BAC9: hue angle of 192.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82BAC9 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130186201-
CMYK0.350.0700.21
HSL192.68º39.66%64.9%-
HSV(B)192.68º35.32%78.82%-
XYZ37.3144.0861.8-
YUV170.97144.9598.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.15%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 201 (78.91% from 255) = 38.88%
R=25.15%
G=35.98%
B=38.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301862010.350.0700.21192.6839.6664.9
Hex82BAC9237015c12841
Octal20227231143702530150101
Binary100000101011101011001001100011111010101110000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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