Html Css Color HEX #82C5CD Spray

📋 copy color: '#82C5CD'

red 130 ◦ green 197 ◦ blue 205

#82C5CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #82C5CD

Tints of Spray #82C5CD

RGB

 RED value IS 130 (51.17% from 255) = 24.44%

 GREEN value IS 197 (77.34% from 255) = 37.03%

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 24.44%
G = 37.03%
B = 38.53%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82C5CD (or 0x82C5CD) is known color: Spray. HEX triplet: 82, C5 and CD. RGB value is (130,197,205). Sum of RGB (Red+Green+Blue) = 130+197+205=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #82C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C5CD is #7D3A32. Grayscale: #B1B1B1. Windows color (decimal): -8206899 or 13485442. OLE color: 13485442.

HSL color Cylindrical-coordinate representation of color #82C5CD: hue angle of 186.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 #82C5CD is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 197 205 -
CMYK 0.37 0.04 0 0.20
HSL 186.4º 0.43% 0.66% -
HSV(B) 186.4º 0.37% 0.8% -
XYZ 40.19 49.09 65.11 -
YUV 177.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 130 197 205 0.37 0.04 0 0.20 186.4 0.43 0.66
Hex 82 C5 CD 25 4 0 14 BA 2B 42
Octal 202 305 315 45 4 0 24 272 53 102
Binary 10000010 11000101 11001101 100101 100 0 10100 10111010 101011 1000010

Color Harmonies of #82C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C5CD

Black with #82C5CD

Text Example


Text Example

White with #82C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82C5CD;
 }
 .AnyTagClassName
 {
   color: #82C5CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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