Html Css Color HEX #82C1D8 Spray

📋 copy color: '#82C1D8'

red 130 ◦ green 193 ◦ blue 216

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

Shades of Spray #82C1D8

Tints of Spray #82C1D8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.81%

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 24.12%
G = 35.81%
B = 40.07%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#82C1D8 (or 0x82C1D8) is known color: Spray. HEX triplet: 82, C1 and D8. RGB value is (130,193,216). Sum of RGB (Red+Green+Blue) = 130+193+216=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #82C1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C1D8 is #7D3E27. Grayscale: #B0B0B0. Windows color (decimal): -8207912 or 14205314. OLE color: 14205314.

HSL color Cylindrical-coordinate representation of color #82C1D8: hue angle of 196.05º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82C1D8 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 193 216 -
CMYK 0.40 0.11 0 0.15
HSL 196.05º 0.52% 0.68% -
HSV(B) 196.05º 0.4% 0.85% -
XYZ 40.67 47.84 72.06 -
YUV 176.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 130 193 216 0.40 0.11 0 0.15 196.05 0.52 0.68
Hex 82 C1 D8 28 B 0 F C4 34 44
Octal 202 301 330 50 13 0 17 304 64 104
Binary 10000010 11000001 11011000 101000 1011 0 1111 11000100 110100 1000100

Color Harmonies of #82C1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C1D8

Black with #82C1D8

Text Example


Text Example

White with #82C1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,216); }

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

background-color css

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

 a { background-color: rgb(130,193,216); }

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

border-color css

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

 span { border-color: rgb(130,193,216); }

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