#82BBCB

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

Shades of Seagull #82BBCB

Tints of Seagull #82BBCB

Color information

#82BBCB (or 0x82BBCB) is unknown color: approx Seagull. HEX triplet: 82, BB and CB. RGB value is (130,187,203). Sum of RGB (Red+Green+Blue) = 130+187+203=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #82BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBCB is #7D4434. Grayscale: #ABABAB. Windows color (decimal): -8209461 or 13351810. OLE color: 13351810.

HSL color Cylindrical-coordinate representation of color #82BBCB: hue angle of 193.15º 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 #82BBCB is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130187203-
CMYK0.360.0800.20
HSL193.15º41.24%65.29%-
HSV(B)193.15º35.96%79.61%-
XYZ37.7644.663.12-
YUV171.78145.6298.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=25%
G=35.96%
B=39.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301872030.360.0800.20193.1541.2465.29
Hex82BBCB248014c12941
Octal202273313441002430151101
Binary1000001010111011110010111001001000010100110000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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