Html Css Color HEX #83B5BE Glacier

📋 copy color: '#83B5BE'

red 131 ◦ green 181 ◦ blue 190

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

Shades of Glacier #83B5BE

Tints of Glacier #83B5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.06%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 26.1%
G = 36.06%
B = 37.85%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83B5BE (or 0x83B5BE) is known color: Glacier. HEX triplet: 83, B5 and BE. RGB value is (131,181,190). Sum of RGB (Red+Green+Blue) = 131+181+190=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #83B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B5BE is #7C4A41. Grayscale: #A6A6A6. Windows color (decimal): -8145474 or 12498307. OLE color: 12498307.

HSL color Cylindrical-coordinate representation of color #83B5BE: hue angle of 189.15º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83B5BE is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 181 190 -
CMYK 0.31 0.05 0 0.25
HSL 189.15º 0.31% 0.63% -
HSV(B) 189.15º 0.31% 0.75% -
XYZ 35.18 41.59 54.89 -
YUV 167.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 131 181 190 0.31 0.05 0 0.25 189.15 0.31 0.63
Hex 83 B5 BE 1F 5 0 19 BD 1F 3F
Octal 203 265 276 37 5 0 31 275 37 77
Binary 10000011 10110101 10111110 11111 101 0 11001 10111101 11111 111111

Color Harmonies of #83B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B5BE

Black with #83B5BE

Text Example


Text Example

White with #83B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,181,190); }

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

background-color css

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

 a { background-color: rgb(131,181,190); }

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

border-color css

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

 span { border-color: rgb(131,181,190); }

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