Html Css Color HEX #82ADBE Glacier

📋 copy color: '#82ADBE'

red 130 ◦ green 173 ◦ blue 190

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

Shades of Glacier #82ADBE

Tints of Glacier #82ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 26.37%
G = 35.09%
B = 38.54%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#82ADBE (or 0x82ADBE) is known color: Glacier. HEX triplet: 82, AD and BE. RGB value is (130,173,190). Sum of RGB (Red+Green+Blue) = 130+173+190=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #82ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADBE is #7D5241. Grayscale: #A1A1A1. Windows color (decimal): -8213058 or 12496258. OLE color: 12496258.

HSL color Cylindrical-coordinate representation of color #82ADBE: hue angle of 197º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82ADBE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 173 190 -
CMYK 0.32 0.09 0 0.25
HSL 197º 0.32% 0.63% -
HSV(B) 197º 0.32% 0.75% -
XYZ 33.44 38.35 54.35 -
YUV 162.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 130 173 190 0.32 0.09 0 0.25 197 0.32 0.63
Hex 82 AD BE 20 9 0 19 C5 20 3F
Octal 202 255 276 40 11 0 31 305 40 77
Binary 10000010 10101101 10111110 100000 1001 0 11001 11000101 100000 111111

Color Harmonies of #82ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ADBE

Black with #82ADBE

Text Example


Text Example

White with #82ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,190); }

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

background-color css

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

 a { background-color: rgb(130,173,190); }

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

border-color css

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

 span { border-color: rgb(130,173,190); }

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