Html Css Color HEX #82C5CB Spray

📋 copy color: '#82C5CB'

red 130 ◦ green 197 ◦ blue 203

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

Shades of Spray #82C5CB

Tints of Spray #82C5CB

RGB

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

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

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

R = 24.53%
G = 37.17%
B = 38.3%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82C5CB (or 0x82C5CB) is known color: Spray. HEX triplet: 82, C5 and CB. RGB value is (130,197,203). Sum of RGB (Red+Green+Blue) = 130+197+203=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #82C5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C5CB is #7D3A34. Grayscale: #B1B1B1. Windows color (decimal): -8206901 or 13354370. OLE color: 13354370.

HSL color Cylindrical-coordinate representation of color #82C5CB: hue angle of 184.93º 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 #82C5CB is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 197 203 -
CMYK 0.36 0.03 0 0.20
HSL 184.93º 0.41% 0.65% -
HSV(B) 184.93º 0.36% 0.8% -
XYZ 39.95 48.99 63.85 -
YUV 177.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 130 197 203 0.36 0.03 0 0.20 184.93 0.41 0.65
Hex 82 C5 CB 24 3 0 14 B9 29 41
Octal 202 305 313 44 3 0 24 271 51 101
Binary 10000010 11000101 11001011 100100 11 0 10100 10111001 101001 1000001

Color Harmonies of #82C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C5CB

Black with #82C5CB

Text Example


Text Example

White with #82C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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