#82BCCC

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

Shades of Seagull #82BCCC

Tints of Seagull #82BCCC

Color information

#82BCCC (or 0x82BCCC) is unknown color: approx Seagull. HEX triplet: 82, BC and CC. RGB value is (130,188,204). Sum of RGB (Red+Green+Blue) = 130+188+204=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #82BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCCC is #7D4333. Grayscale: #ACACAC. Windows color (decimal): -8209204 or 13417602. OLE color: 13417602.

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

Color convert

RGB130188204-
CMYK0.360.0800.2
HSL192.97º42.05%65.49%-
HSV(B)192.97º36.27%80%-
XYZ38.0945.0763.82-
YUV172.48145.7897.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.90%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=24.90%
G=36.02%
B=39.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301882040.360.0800.2192.9742.0565.49
Hex82BCCC248014c12a41
Octal202274314441002430152101
Binary1000001010111100110011001001001000010100110000011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,204); }

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

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

 a { background-color: rgb(130,188,204); }

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

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

 span { border-color: rgb(130,188,204); }

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