#82B4D0

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

Shades of Seagull #82B4D0

Tints of Seagull #82B4D0

Color information

#82B4D0 (or 0x82B4D0) is unknown color: approx Seagull. HEX triplet: 82, B4 and D0. RGB value is (130,180,208). Sum of RGB (Red+Green+Blue) = 130+180+208=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #82B4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B4D0 is #7D4B2F. Grayscale: #A8A8A8. Windows color (decimal): -8211248 or 13677698. OLE color: 13677698.

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

Color convert

RGB130180208-
CMYK0.380.1300.18
HSL201.54º45.35%66.27%-
HSV(B)201.54º37.5%81.57%-
XYZ36.9141.9465.82-
YUV168.24150.44100.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=25.10%
G=34.75%
B=40.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301802080.380.1300.18201.5445.3566.27
Hex82B4D026D012ca2d42
Octal202264320461502231255102
Binary1000001010110100110100001001101101010010110010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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