#82DEDB

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

Shades of Spray #82DEDB

Tints of Spray #82DEDB

Color information

#82DEDB (or 0x82DEDB) is unknown color: approx Spray. HEX triplet: 82, DE and DB. RGB value is (130,222,219). Sum of RGB (Red+Green+Blue) = 130+222+219=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DEDB is #7D2124. Grayscale: #C2C2C2. Windows color (decimal): -8200485 or 14409346. OLE color: 14409346.

HSL color Cylindrical-coordinate representation of color #82DEDB: hue angle of 178.04º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DEDB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB130222219-
CMYK0.4100.010.13
HSL178.04º58.23%69.02%-
HSV(B)178.04º41.44%87.06%-
XYZ48.1162.176.47-
YUV194.15142.0282.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.77%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=22.77%
G=38.88%
B=38.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302222190.4100.010.13178.0458.2369.02
Hex82DEDB2901Db23a45
Octal20233633351011526272105
Binary100000101101111011011011101001011101101100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,222,219); }

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

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

 a { background-color: rgb(130,222,219); }

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

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

 span { border-color: rgb(130,222,219); }

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