#82B2C7

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

Shades of Seagull #82B2C7

Tints of Seagull #82B2C7

Color information

#82B2C7 (or 0x82B2C7) is unknown color: approx Seagull. HEX triplet: 82, B2 and C7. RGB value is (130,178,199). Sum of RGB (Red+Green+Blue) = 130+178+199=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 199 - color contains mainly: blue. Hex color #82B2C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B2C7 is #7D4D38. Grayscale: #A5A5A5. Windows color (decimal): -8211769 or 13087362. OLE color: 13087362.

HSL color Cylindrical-coordinate representation of color #82B2C7: hue angle of 198.26º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82B2C7 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB130178199-
CMYK0.350.1100.22
HSL198.26º38.12%64.51%-
HSV(B)198.26º34.67%78.04%-
XYZ35.4440.7160.02-
YUV166.04146.6102.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 199 (78.12% from 255) = 39.25%
R=25.64%
G=35.11%
B=39.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301781990.350.1100.22198.2638.1264.51
Hex82B2C723B016c62641
Octal202262307431302630646101
Binary1000001010110010110001111000111011010110110001101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,178,199); }

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

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

 a { background-color: rgb(130,178,199); }

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

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

 span { border-color: rgb(130,178,199); }

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