#82DFDC

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

Shades of Spray #82DFDC

Tints of Spray #82DFDC

Color information

#82DFDC (or 0x82DFDC) is unknown color: approx Spray. HEX triplet: 82, DF and DC. RGB value is (130,223,220). Sum of RGB (Red+Green+Blue) = 130+223+220=573 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.69% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFDC is #7D2023. Grayscale: #C2C2C2. Windows color (decimal): -8200228 or 14475138. OLE color: 14475138.

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

Color convert

RGB130223220-
CMYK0.4200.010.13
HSL178.06º59.24%69.22%-
HSV(B)178.06º41.7%87.45%-
XYZ48.5162.6977.25-
YUV194.85142.1981.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.69%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=22.69%
G=38.92%
B=38.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302232200.4200.010.13178.0659.2469.22
Hex82DFDC2A01Db23b45
Octal20233733452011526273105
Binary100000101101111111011100101010011101101100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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