#82D3DF

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

Shades of Spray #82D3DF

Tints of Spray #82D3DF

Color information

#82D3DF (or 0x82D3DF) is unknown color: approx Spray. HEX triplet: 82, D3 and DF. RGB value is (130,211,223). Sum of RGB (Red+Green+Blue) = 130+211+223=564 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.05% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #82D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D3DF is #7D2C20. Grayscale: #BCBCBC. Windows color (decimal): -8203297 or 14668674. OLE color: 14668674.

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

Color convert

RGB130211223-
CMYK0.420.0500.13
HSL187.74º59.24%69.22%-
HSV(B)187.74º41.7%87.45%-
XYZ45.8256.6678.33-
YUV188.15147.6686.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.05%
GREEN value IS 211 (82.81% from 255) = 37.41%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=23.05%
G=37.41%
B=39.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302112230.420.0500.13187.7459.2469.22
Hex82D3DF2A50Dbc3b45
Octal20232333752501527473105
Binary10000010110100111101111110101010101101101111001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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