#82B3D0

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

Shades of Seagull #82B3D0

Tints of Seagull #82B3D0

Color information

#82B3D0 (or 0x82B3D0) is unknown color: approx Seagull. HEX triplet: 82, B3 and D0. RGB value is (130,179,208). Sum of RGB (Red+Green+Blue) = 130+179+208=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #82B3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B3D0 is #7D4C2F. Grayscale: #A7A7A7. Windows color (decimal): -8211504 or 13677442. OLE color: 13677442.

HSL color Cylindrical-coordinate representation of color #82B3D0: hue angle of 202.31º 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 #82B3D0 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130179208-
CMYK0.380.1400.18
HSL202.31º45.35%66.27%-
HSV(B)202.31º37.5%81.57%-
XYZ36.7141.5465.76-
YUV167.65150.77101.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.15%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=25.15%
G=34.62%
B=40.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301792080.380.1400.18202.3145.3566.27
Hex82B3D026E012ca2d42
Octal202263320461602231255102
Binary1000001010110011110100001001101110010010110010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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