Html Css Color HEX #82BDC6 Glacier

📋 copy color: '#82BDC6'

red 130 ◦ green 189 ◦ blue 198

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

Shades of Glacier #82BDC6

Tints of Glacier #82BDC6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

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

R = 25.15%
G = 36.56%
B = 38.3%

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

#82BDC6 (or 0x82BDC6) is known color: Glacier. HEX triplet: 82, BD and C6. RGB value is (130,189,198). Sum of RGB (Red+Green+Blue) = 130+189+198=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #82BDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDC6 is #7D4239. Grayscale: #ACACAC. Windows color (decimal): -8208954 or 13024642. OLE color: 13024642.

HSL color Cylindrical-coordinate representation of color #82BDC6: hue angle of 187.94º 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 #82BDC6 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 189 198 -
CMYK 0.34 0.05 0 0.22
HSL 187.94º 0.37% 0.64% -
HSV(B) 187.94º 0.34% 0.78% -
XYZ 37.6 45.22 60.17 -
YUV 172.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 130 189 198 0.34 0.05 0 0.22 187.94 0.37 0.64
Hex 82 BD C6 22 5 0 16 BC 25 40
Octal 202 275 306 42 5 0 26 274 45 100
Binary 10000010 10111101 11000110 100010 101 0 10110 10111100 100101 1000000

Color Harmonies of #82BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BDC6

Black with #82BDC6

Text Example


Text Example

White with #82BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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