#82B1D0

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

Shades of Seagull #82B1D0

Tints of Seagull #82B1D0

Color information

#82B1D0 (or 0x82B1D0) is unknown color: approx Seagull. HEX triplet: 82, B1 and D0. RGB value is (130,177,208). Sum of RGB (Red+Green+Blue) = 130+177+208=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #82B1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B1D0 is #7D4E2F. Grayscale: #A6A6A6. Windows color (decimal): -8212016 or 13676930. OLE color: 13676930.

HSL color Cylindrical-coordinate representation of color #82B1D0: hue angle of 203.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82B1D0 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130177208-
CMYK0.380.1500.18
HSL203.85º45.35%66.27%-
HSV(B)203.85º37.5%81.57%-
XYZ36.3140.7465.63-
YUV166.48151.43101.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=25.24%
G=34.37%
B=40.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301772080.380.1500.18203.8545.3566.27
Hex82B1D026F012cc2d42
Octal202261320461702231455102
Binary1000001010110001110100001001101111010010110011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,177,208); }

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

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

 a { background-color: rgb(130,177,208); }

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

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

 span { border-color: rgb(130,177,208); }

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