#82B3C9

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

Shades of Seagull #82B3C9

Tints of Seagull #82B3C9

Color information

#82B3C9 (or 0x82B3C9) is unknown color: approx Seagull. HEX triplet: 82, B3 and C9. RGB value is (130,179,201). Sum of RGB (Red+Green+Blue) = 130+179+201=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #82B3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B3C9 is #7D4C36. Grayscale: #A6A6A6. Windows color (decimal): -8211511 or 13218690. OLE color: 13218690.

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

Color convert

RGB130179201-
CMYK0.350.1100.21
HSL198.59º39.66%64.9%-
HSV(B)198.59º35.32%78.82%-
XYZ35.8741.261.32-
YUV166.86147.27101.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.49%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 201 (78.91% from 255) = 39.41%
R=25.49%
G=35.10%
B=39.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301792010.350.1100.21198.5939.6664.9
Hex82B3C923B015c72841
Octal202263311431302530750101
Binary1000001010110011110010011000111011010101110001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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