#82DADC

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

Shades of Spray #82DADC

Tints of Spray #82DADC

Color information

#82DADC (or 0x82DADC) is unknown color: approx Spray. HEX triplet: 82, DA and DC. RGB value is (130,218,220). Sum of RGB (Red+Green+Blue) = 130+218+220=568 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.89% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #82DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DADC is #7D2523. Grayscale: #BFBFBF. Windows color (decimal): -8201508 or 14473858. OLE color: 14473858.

HSL color Cylindrical-coordinate representation of color #82DADC: hue angle of 181.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 #82DADC is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130218220-
CMYK0.410.0100.14
HSL181.33º56.25%68.63%-
HSV(B)181.33º40.91%86.27%-
XYZ47.260.0676.81-
YUV191.92143.8583.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.89%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=22.89%
G=38.38%
B=38.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302182200.410.0100.14181.3356.2568.63
Hex82DADC2910Eb53845
Octal20233233451101626570105
Binary100000101101101011011100101001101110101101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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