Html Css Color HEX #82C6CB Spray

📋 copy color: '#82C6CB'

red 130 ◦ green 198 ◦ blue 203

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

Shades of Spray #82C6CB

Tints of Spray #82C6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.29%

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 24.48%
G = 37.29%
B = 38.23%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82C6CB (or 0x82C6CB) is known color: Spray. HEX triplet: 82, C6 and CB. RGB value is (130,198,203). Sum of RGB (Red+Green+Blue) = 130+198+203=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #82C6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C6CB is #7D3934. Grayscale: #B2B2B2. Windows color (decimal): -8206645 or 13354626. OLE color: 13354626.

HSL color Cylindrical-coordinate representation of color #82C6CB: hue angle of 184.11º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82C6CB is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 198 203 -
CMYK 0.36 0.02 0 0.20
HSL 184.11º 0.41% 0.65% -
HSV(B) 184.11º 0.36% 0.8% -
XYZ 40.18 49.45 63.93 -
YUV 178.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 130 198 203 0.36 0.02 0 0.20 184.11 0.41 0.65
Hex 82 C6 CB 24 2 0 14 B8 29 41
Octal 202 306 313 44 2 0 24 270 51 101
Binary 10000010 11000110 11001011 100100 10 0 10100 10111000 101001 1000001

Color Harmonies of #82C6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C6CB

Black with #82C6CB

Text Example


Text Example

White with #82C6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,198,203); }

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

background-color css

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

 a { background-color: rgb(130,198,203); }

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

border-color css

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

 span { border-color: rgb(130,198,203); }

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