#82D2DF

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

Shades of Spray #82D2DF

Tints of Spray #82D2DF

Color information

#82D2DF (or 0x82D2DF) is unknown color: approx Spray. HEX triplet: 82, D2 and DF. RGB value is (130,210,223). Sum of RGB (Red+Green+Blue) = 130+210+223=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #82D2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D2DF is #7D2D20. Grayscale: #BBBBBB. Windows color (decimal): -8203553 or 14668418. OLE color: 14668418.

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

Color convert

RGB130210223-
CMYK0.420.0600.13
HSL188.39º59.24%69.22%-
HSV(B)188.39º41.7%87.45%-
XYZ45.5756.1778.25-
YUV187.5614886.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.09%
GREEN value IS 210 (82.42% from 255) = 37.30%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=23.09%
G=37.30%
B=39.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302102230.420.0600.13188.3959.2469.22
Hex82D2DF2A60Dbc3b45
Octal20232233752601527473105
Binary10000010110100101101111110101011001101101111001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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