#82DDE9

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

Shades of Spray #82DDE9

Tints of Spray #82DDE9

Color information

#82DDE9 (or 0x82DDE9) is unknown color: approx Spray. HEX triplet: 82, DD and E9. RGB value is (130,221,233). Sum of RGB (Red+Green+Blue) = 130+221+233=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #82DDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DDE9 is #7D2216. Grayscale: #C3C3C3. Windows color (decimal): -8200727 or 15326594. OLE color: 15326594.

HSL color Cylindrical-coordinate representation of color #82DDE9: hue angle of 186.99º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82DDE9 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130221233-
CMYK0.440.0500.09
HSL186.99º70.07%71.18%-
HSV(B)186.99º44.21%91.37%-
XYZ49.7762.3486.5-
YUV195.16149.3581.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.26%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 233 (91.41% from 255) = 39.90%
R=22.26%
G=37.84%
B=39.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302212330.440.0500.09186.9970.0771.18
Hex82DDE92C509bb4647
Octal202335351545011273106107
Binary100000101101110111101001101100101010011011101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,221,233); }

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

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

 a { background-color: rgb(130,221,233); }

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

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

 span { border-color: rgb(130,221,233); }

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