Html Css Color HEX #83ACBA Glacier

📋 copy color: '#83ACBA'

red 131 ◦ green 172 ◦ blue 186

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

Shades of Glacier #83ACBA

Tints of Glacier #83ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

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

R = 26.79%
G = 35.17%
B = 38.04%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83ACBA (or 0x83ACBA) is known color: Glacier. HEX triplet: 83, AC and BA. RGB value is (131,172,186). Sum of RGB (Red+Green+Blue) = 131+172+186=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #83ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACBA is #7C5345. Grayscale: #A1A1A1. Windows color (decimal): -8147782 or 12233859. OLE color: 12233859.

HSL color Cylindrical-coordinate representation of color #83ACBA: hue angle of 195.27º 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 #83ACBA is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 172 186 -
CMYK 0.30 0.08 0 0.27
HSL 195.27º 0.28% 0.62% -
HSV(B) 195.27º 0.3% 0.73% -
XYZ 32.98 37.88 52.03 -
YUV 161.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 131 172 186 0.30 0.08 0 0.27 195.27 0.28 0.62
Hex 83 AC BA 1E 8 0 1B C3 1C 3E
Octal 203 254 272 36 10 0 33 303 34 76
Binary 10000011 10101100 10111010 11110 1000 0 11011 11000011 11100 111110

Color Harmonies of #83ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACBA

Black with #83ACBA

Text Example


Text Example

White with #83ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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