#82CACE

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

Shades of Spray #82CACE

Tints of Spray #82CACE

Color information

#82CACE (or 0x82CACE) is unknown color: approx Spray. HEX triplet: 82, CA and CE. RGB value is (130,202,206). Sum of RGB (Red+Green+Blue) = 130+202+206=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #82CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CACE is #7D3531. Grayscale: #B4B4B4. Windows color (decimal): -8205618 or 13552258. OLE color: 13552258.

HSL color Cylindrical-coordinate representation of color #82CACE: hue angle of 183.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CACE is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130202206-
CMYK0.370.0200.19
HSL183.16º43.68%65.88%-
HSV(B)183.16º36.89%80.78%-
XYZ41.4751.4466.14-
YUV180.93142.1591.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.16%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=24.16%
G=37.55%
B=38.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302022060.370.0200.19183.1643.6865.88
Hex82CACE252013b72c42
Octal20231231645202326754102
Binary10000010110010101100111010010110010011101101111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,206); }

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

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

 a { background-color: rgb(130,202,206); }

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

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

 span { border-color: rgb(130,202,206); }

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