#82DADE

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

Shades of Spray #82DADE

Tints of Spray #82DADE

Color information

#82DADE (or 0x82DADE) is unknown color: approx Spray. HEX triplet: 82, DA and DE. RGB value is (130,218,222). Sum of RGB (Red+Green+Blue) = 130+218+222=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #82DADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DADE is #7D2521. Grayscale: #C0C0C0. Windows color (decimal): -8201506 or 14604930. OLE color: 14604930.

HSL color Cylindrical-coordinate representation of color #82DADE: hue angle of 182.61º 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 #82DADE is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130218222-
CMYK0.410.0200.13
HSL182.61º58.23%69.02%-
HSV(B)182.61º41.44%87.06%-
XYZ47.4660.1678.22-
YUV192.14144.8583.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.81%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=22.81%
G=38.25%
B=38.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302182220.410.0200.13182.6158.2369.02
Hex82DADE2920Db73a45
Octal20233233651201526772105
Binary1000001011011010110111101010011001101101101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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