Html Css Color HEX #83ACB9 Glacier

📋 copy color: '#83ACB9'

red 131 ◦ green 172 ◦ blue 185

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

Shades of Glacier #83ACB9

Tints of Glacier #83ACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 26.84%
G = 35.25%
B = 37.91%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83ACB9 (or 0x83ACB9) is known color: Glacier. HEX triplet: 83, AC and B9. RGB value is (131,172,185). Sum of RGB (Red+Green+Blue) = 131+172+185=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #83ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACB9 is #7C5346. Grayscale: #A1A1A1. Windows color (decimal): -8147783 or 12168323. OLE color: 12168323.

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

Color convert

RGB 131 172 185 -
CMYK 0.29 0.07 0 0.27
HSL 194.44º 0.28% 0.62% -
HSV(B) 194.44º 0.29% 0.73% -
XYZ 32.87 37.83 51.47 -
YUV 161.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 131 172 185 0.29 0.07 0 0.27 194.44 0.28 0.62
Hex 83 AC B9 1D 7 0 1B C2 1C 3E
Octal 203 254 271 35 7 0 33 302 34 76
Binary 10000011 10101100 10111001 11101 111 0 11011 11000010 11100 111110

Color Harmonies of #83ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACB9

Black with #83ACB9

Text Example


Text Example

White with #83ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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