#82C8DA

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

Shades of Spray #82C8DA

Tints of Spray #82C8DA

Color information

#82C8DA (or 0x82C8DA) is unknown color: approx Spray. HEX triplet: 82, C8 and DA. RGB value is (130,200,218). Sum of RGB (Red+Green+Blue) = 130+200+218=548 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.72% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #82C8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C8DA is #7D3725. Grayscale: #B4B4B4. Windows color (decimal): -8206118 or 14338178. OLE color: 14338178.

HSL color Cylindrical-coordinate representation of color #82C8DA: hue angle of 192.27º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82C8DA is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130200218-
CMYK0.400.0800.15
HSL192.27º54.32%68.24%-
HSV(B)192.27º40.37%85.49%-
XYZ42.5251.1273.96-
YUV181.12148.8191.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.72%
GREEN value IS 200 (78.52% from 255) = 36.50%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=23.72%
G=36.50%
B=39.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302002180.400.0800.15192.2754.3268.24
Hex82C8DA2880Fc03644
Octal202310332501001730066104
Binary100000101100100011011010101000100001111110000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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