#82BBCD

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

Shades of Seagull #82BBCD

Tints of Seagull #82BBCD

Color information

#82BBCD (or 0x82BBCD) is unknown color: approx Seagull. HEX triplet: 82, BB and CD. RGB value is (130,187,205). Sum of RGB (Red+Green+Blue) = 130+187+205=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #82BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBCD is #7D4432. Grayscale: #ABABAB. Windows color (decimal): -8209459 or 13482882. OLE color: 13482882.

HSL color Cylindrical-coordinate representation of color #82BBCD: hue angle of 194.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82BBCD is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130187205-
CMYK0.370.0900.20
HSL194.4º42.86%65.69%-
HSV(B)194.4º36.59%80.39%-
XYZ3844.6964.38-
YUV172.01146.6298.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.90%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=24.90%
G=35.82%
B=39.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301872050.370.0900.20194.442.8665.69
Hex82BBCD259014c22b42
Octal202273315451102430253102
Binary1000001010111011110011011001011001010100110000101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,187,205); }

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

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

 a { background-color: rgb(130,187,205); }

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

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

 span { border-color: rgb(130,187,205); }

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