Html Css Color HEX #83B1BA Glacier

📋 copy color: '#83B1BA'

red 131 ◦ green 177 ◦ blue 186

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

Shades of Glacier #83B1BA

Tints of Glacier #83B1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.83%

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

R = 26.52%
G = 35.83%
B = 37.65%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83B1BA (or 0x83B1BA) is known color: Glacier. HEX triplet: 83, B1 and BA. RGB value is (131,177,186). Sum of RGB (Red+Green+Blue) = 131+177+186=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #83B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B1BA is #7C4E45. Grayscale: #A4A4A4. Windows color (decimal): -8146502 or 12235139. OLE color: 12235139.

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

Color convert

RGB 131 177 186 -
CMYK 0.30 0.05 0 0.27
HSL 189.82º 0.28% 0.62% -
HSV(B) 189.82º 0.3% 0.73% -
XYZ 33.95 39.81 52.35 -
YUV 164.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 131 177 186 0.30 0.05 0 0.27 189.82 0.28 0.62
Hex 83 B1 BA 1E 5 0 1B BE 1C 3E
Octal 203 261 272 36 5 0 33 276 34 76
Binary 10000011 10110001 10111010 11110 101 0 11011 10111110 11100 111110

Color Harmonies of #83B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B1BA

Black with #83B1BA

Text Example


Text Example

White with #83B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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