#82BCDC

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

Shades of Seagull #82BCDC

Tints of Seagull #82BCDC

Color information

#82BCDC (or 0x82BCDC) is unknown color: approx Seagull. HEX triplet: 82, BC and DC. RGB value is (130,188,220). Sum of RGB (Red+Green+Blue) = 130+188+220=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #82BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCDC is #7D4323. Grayscale: #AEAEAE. Windows color (decimal): -8209188 or 14466178. OLE color: 14466178.

HSL color Cylindrical-coordinate representation of color #82BCDC: hue angle of 201.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BCDC is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130188220-
CMYK0.410.1500.14
HSL201.33º56.25%68.63%-
HSV(B)201.33º40.91%86.27%-
XYZ40.1145.8874.45-
YUV174.31153.7896.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.16%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=24.16%
G=34.94%
B=40.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301882200.410.1500.14201.3356.2568.63
Hex82BCDC29F0Ec93845
Octal202274334511701631170105
Binary100000101011110011011100101001111101110110010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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