Html Css Color HEX #83AABA Glacier

📋 copy color: '#83AABA'

red 131 ◦ green 170 ◦ blue 186

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

Shades of Glacier #83AABA

Tints of Glacier #83AABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.91%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 26.9%
G = 34.91%
B = 38.19%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83AABA (or 0x83AABA) is known color: Glacier. HEX triplet: 83, AA and BA. RGB value is (131,170,186). Sum of RGB (Red+Green+Blue) = 131+170+186=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #83AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AABA is #7C5545. Grayscale: #A0A0A0. Windows color (decimal): -8148294 or 12233347. OLE color: 12233347.

HSL color Cylindrical-coordinate representation of color #83AABA: hue angle of 197.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83AABA is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 170 186 -
CMYK 0.30 0.09 0 0.27
HSL 197.45º 0.28% 0.62% -
HSV(B) 197.45º 0.3% 0.73% -
XYZ 32.6 37.12 51.9 -
YUV 160.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 131 170 186 0.30 0.09 0 0.27 197.45 0.28 0.62
Hex 83 AA BA 1E 9 0 1B C5 1C 3E
Octal 203 252 272 36 11 0 33 305 34 76
Binary 10000011 10101010 10111010 11110 1001 0 11011 11000101 11100 111110

Color Harmonies of #83AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AABA

Black with #83AABA

Text Example


Text Example

White with #83AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,170,186); }

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

background-color css

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

 a { background-color: rgb(131,170,186); }

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

border-color css

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

 span { border-color: rgb(131,170,186); }

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