Html Css Color HEX #83B0BA Glacier

📋 copy color: '#83B0BA'

red 131 ◦ green 176 ◦ blue 186

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

Shades of Glacier #83B0BA

Tints of Glacier #83B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

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

R = 26.57%
G = 35.7%
B = 37.73%

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

#83B0BA (or 0x83B0BA) is known color: Glacier. HEX triplet: 83, B0 and BA. RGB value is (131,176,186). Sum of RGB (Red+Green+Blue) = 131+176+186=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #83B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B0BA is #7C4F45. Grayscale: #A3A3A3. Windows color (decimal): -8146758 or 12234883. OLE color: 12234883.

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

Color convert

RGB 131 176 186 -
CMYK 0.30 0.05 0 0.27
HSL 190.91º 0.28% 0.62% -
HSV(B) 190.91º 0.3% 0.73% -
XYZ 33.75 39.42 52.28 -
YUV 163.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 131 176 186 0.30 0.05 0 0.27 190.91 0.28 0.62
Hex 83 B0 BA 1E 5 0 1B BF 1C 3E
Octal 203 260 272 36 5 0 33 277 34 76
Binary 10000011 10110000 10111010 11110 101 0 11011 10111111 11100 111110

Color Harmonies of #83B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B0BA

Black with #83B0BA

Text Example


Text Example

White with #83B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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