#82AEC7

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

Shades of Seagull #82AEC7

Tints of Seagull #82AEC7

Color information

#82AEC7 (or 0x82AEC7) is unknown color: approx Seagull. HEX triplet: 82, AE and C7. RGB value is (130,174,199). Sum of RGB (Red+Green+Blue) = 130+174+199=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #82AEC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEC7 is #7D5138. Grayscale: #A3A3A3. Windows color (decimal): -8212793 or 13086338. OLE color: 13086338.

HSL color Cylindrical-coordinate representation of color #82AEC7: hue angle of 201.74º 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 #82AEC7 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB130174199-
CMYK0.350.1300.22
HSL201.74º38.12%64.51%-
HSV(B)201.74º34.67%78.04%-
XYZ34.6539.1459.76-
YUV163.69147.92103.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.84%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=25.84%
G=34.59%
B=39.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301741990.350.1300.22201.7438.1264.51
Hex82AEC723D016ca2641
Octal202256307431502631246101
Binary1000001010101110110001111000111101010110110010101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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