Html Css Color HEX #83B2BA Glacier

📋 copy color: '#83B2BA'

red 131 ◦ green 178 ◦ blue 186

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

Shades of Glacier #83B2BA

Tints of Glacier #83B2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

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

R = 26.46%
G = 35.96%
B = 37.58%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83B2BA (or 0x83B2BA) is known color: Glacier. HEX triplet: 83, B2 and BA. RGB value is (131,178,186). Sum of RGB (Red+Green+Blue) = 131+178+186=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #83B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2BA is #7C4D45. Grayscale: #A4A4A4. Windows color (decimal): -8146246 or 12235395. OLE color: 12235395.

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

Color convert

RGB 131 178 186 -
CMYK 0.30 0.04 0 0.27
HSL 188.73º 0.28% 0.62% -
HSV(B) 188.73º 0.3% 0.73% -
XYZ 34.14 40.21 52.42 -
YUV 164.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 131 178 186 0.30 0.04 0 0.27 188.73 0.28 0.62
Hex 83 B2 BA 1E 4 0 1B BD 1C 3E
Octal 203 262 272 36 4 0 33 275 34 76
Binary 10000011 10110010 10111010 11110 100 0 11011 10111101 11100 111110

Color Harmonies of #83B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B2BA

Black with #83B2BA

Text Example


Text Example

White with #83B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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