Html Css Color HEX #83ADC0 Glacier

📋 copy color: '#83ADC0'

red 131 ◦ green 173 ◦ blue 192

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

Shades of Glacier #83ADC0

Tints of Glacier #83ADC0

RGB

 RED value IS 131 (51.56% from 255) = 26.41%

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

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 26.41%
G = 34.88%
B = 38.71%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83ADC0 (or 0x83ADC0) is known color: Glacier. HEX triplet: 83, AD and C0. RGB value is (131,173,192). Sum of RGB (Red+Green+Blue) = 131+173+192=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #83ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADC0 is #7C523F. Grayscale: #A2A2A2. Windows color (decimal): -8147520 or 12627331. OLE color: 12627331.

HSL color Cylindrical-coordinate representation of color #83ADC0: hue angle of 198.69º degrees, saturation: 0.33, 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 #83ADC0 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 173 192 -
CMYK 0.32 0.10 0 0.25
HSL 198.69º 0.33% 0.63% -
HSV(B) 198.69º 0.32% 0.75% -
XYZ 33.82 38.52 55.52 -
YUV 162.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 131 173 192 0.32 0.10 0 0.25 198.69 0.33 0.63
Hex 83 AD C0 20 A 0 19 C7 21 3F
Octal 203 255 300 40 12 0 31 307 41 77
Binary 10000011 10101101 11000000 100000 1010 0 11001 11000111 100001 111111

Color Harmonies of #83ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADC0

Black with #83ADC0

Text Example


Text Example

White with #83ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83ADC0; }

 p { color: rgb(131,173,192); }

 H1.HeaderClassName
 {
   color: #83ADC0;
 }
 .AnyTagClassName
 {
   color: #83ADC0;
 }
</style>

background-color css

<style>
 a { background-color: #83ADC0; }

 a { background-color: rgb(131,173,192); }

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

border-color css

<style>
 span { border-color: #83ADC0; }

 span { border-color: rgb(131,173,192); }

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