Html Css Color HEX #83AEB6 Glacier

📋 copy color: '#83AEB6'

red 131 ◦ green 174 ◦ blue 182

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

Shades of Glacier #83AEB6

Tints of Glacier #83AEB6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

 BLUE value IS 182 (71.48% from 255) = 37.37%

R = 26.9%
G = 35.73%
B = 37.37%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#83AEB6 (or 0x83AEB6) is known color: Glacier. HEX triplet: 83, AE and B6. RGB value is (131,174,182). Sum of RGB (Red+Green+Blue) = 131+174+182=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #83AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEB6 is #7C5149. Grayscale: #A1A1A1. Windows color (decimal): -8147274 or 11972227. OLE color: 11972227.

HSL color Cylindrical-coordinate representation of color #83AEB6: hue angle of 189.41º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83AEB6 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 174 182 -
CMYK 0.28 0.04 0 0.29
HSL 189.41º 0.26% 0.61% -
HSV(B) 189.41º 0.28% 0.71% -
XYZ 32.94 38.47 49.95 -
YUV 162.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 131 174 182 0.28 0.04 0 0.29 189.41 0.26 0.61
Hex 83 AE B6 1C 4 0 1D BD 1A 3D
Octal 203 256 266 34 4 0 35 275 32 75
Binary 10000011 10101110 10110110 11100 100 0 11101 10111101 11010 111101

Color Harmonies of #83AEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEB6

Black with #83AEB6

Text Example


Text Example

White with #83AEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,174,182); }

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

background-color css

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

 a { background-color: rgb(131,174,182); }

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

border-color css

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

 span { border-color: rgb(131,174,182); }

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