Html Css Color HEX #82CACE Spray

📋 copy color: '#82CACE'

red 130 ◦ green 202 ◦ blue 206

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

Shades of Spray #82CACE

Tints of Spray #82CACE

RGB

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

 GREEN value IS 202 (79.3% 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 value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#82CACE (or 0x82CACE) is known color: 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

RGB 130 202 206 -
CMYK 0.37 0.02 0 0.19
HSL 183.16º 0.44% 0.66% -
HSV(B) 183.16º 0.37% 0.81% -
XYZ 41.47 51.44 66.14 -
YUV 180.93 142.15 91.67 -
System Red Green Blue C M Y K H S L
Decimal 130 202 206 0.37 0.02 0 0.19 183.16 0.44 0.66
Hex 82 CA CE 25 2 0 13 B7 2C 42
Octal 202 312 316 45 2 0 23 267 54 102
Binary 10000010 11001010 11001110 100101 10 0 10011 10110111 101100 1000010

Color Harmonies of #82CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CACE

Black with #82CACE

Text Example


Text Example

White with #82CACE

Text Example


Text Example

HTML Codes & Css Web 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>