#82BECB

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

Shades of Seagull #82BECB

Tints of Seagull #82BECB

Color information

#82BECB (or 0x82BECB) is unknown color: approx Seagull. HEX triplet: 82, BE and CB. RGB value is (130,190,203). Sum of RGB (Red+Green+Blue) = 130+190+203=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #82BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BECB is #7D4134. Grayscale: #ADADAD. Windows color (decimal): -8208693 or 13352578. OLE color: 13352578.

HSL color Cylindrical-coordinate representation of color #82BECB: hue angle of 190.68º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82BECB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130190203-
CMYK0.360.0600.20
HSL190.68º41.24%65.29%-
HSV(B)190.68º35.96%79.61%-
XYZ38.445.8863.33-
YUV173.54144.6296.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.86%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=24.86%
G=36.33%
B=38.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301902030.360.0600.20190.6841.2465.29
Hex82BECB246014bf2941
Octal20227631344602427751101
Binary100000101011111011001011100100110010100101111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,190,203); }

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

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

 a { background-color: rgb(130,190,203); }

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

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

 span { border-color: rgb(130,190,203); }

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