#82CACD

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

Shades of Spray #82CACD

Tints of Spray #82CACD

Color information

#82CACD (or 0x82CACD) is unknown color: approx Spray. HEX triplet: 82, CA and CD. RGB value is (130,202,205). Sum of RGB (Red+Green+Blue) = 130+202+205=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #82CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CACD is #7D3532. Grayscale: #B4B4B4. Windows color (decimal): -8205619 or 13486722. OLE color: 13486722.

HSL color Cylindrical-coordinate representation of color #82CACD: hue angle of 182.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CACD is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130202205-
CMYK0.370.0100.20
HSL182.4º42.86%65.69%-
HSV(B)182.4º36.59%80.39%-
XYZ41.3551.3965.5-
YUV180.81141.6591.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.21%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=24.21%
G=37.62%
B=38.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302022050.370.0100.20182.442.8665.69
Hex82CACD251014b62b42
Octal20231231545102426653102
Binary1000001011001010110011011001011010100101101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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