Html Css Color HEX #82BCC6 Glacier

📋 copy color: '#82BCC6'

red 130 ◦ green 188 ◦ blue 198

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

Shades of Glacier #82BCC6

Tints of Glacier #82BCC6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 25.19%
G = 36.43%
B = 38.37%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#82BCC6 (or 0x82BCC6) is known color: Glacier. HEX triplet: 82, BC and C6. RGB value is (130,188,198). Sum of RGB (Red+Green+Blue) = 130+188+198=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 198 - color contains mainly: blue. Hex color #82BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCC6 is #7D4339. Grayscale: #ABABAB. Windows color (decimal): -8209210 or 13024386. OLE color: 13024386.

HSL color Cylindrical-coordinate representation of color #82BCC6: hue angle of 188.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82BCC6 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 188 198 -
CMYK 0.34 0.05 0 0.22
HSL 188.82º 0.37% 0.64% -
HSV(B) 188.82º 0.34% 0.78% -
XYZ 37.38 44.79 60.1 -
YUV 171.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 130 188 198 0.34 0.05 0 0.22 188.82 0.37 0.64
Hex 82 BC C6 22 5 0 16 BD 25 40
Octal 202 274 306 42 5 0 26 275 45 100
Binary 10000010 10111100 11000110 100010 101 0 10110 10111101 100101 1000000

Color Harmonies of #82BCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BCC6

Black with #82BCC6

Text Example


Text Example

White with #82BCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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