#82BDCE

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

Shades of Seagull #82BDCE

Tints of Seagull #82BDCE

Color information

#82BDCE (or 0x82BDCE) is unknown color: approx Seagull. HEX triplet: 82, BD and CE. RGB value is (130,189,206). Sum of RGB (Red+Green+Blue) = 130+189+206=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #82BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDCE is #7D4231. Grayscale: #ADADAD. Windows color (decimal): -8208946 or 13548930. OLE color: 13548930.

HSL color Cylindrical-coordinate representation of color #82BDCE: hue angle of 193.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82BDCE is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130189206-
CMYK0.370.0800.19
HSL193.42º43.68%65.88%-
HSV(B)193.42º36.89%80.78%-
XYZ38.5445.665.16-
YUV173.3146.4597.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.76%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=24.76%
G=36%
B=39.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301892060.370.0800.19193.4243.6865.88
Hex82BDCE258013c12c42
Octal202275316451002330154102
Binary1000001010111101110011101001011000010011110000011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,206); }

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

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

 a { background-color: rgb(130,189,206); }

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

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

 span { border-color: rgb(130,189,206); }

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