Html Css Color HEX #83B3BF Glacier

📋 copy color: '#83B3BF'

red 131 ◦ green 179 ◦ blue 191

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

Shades of Glacier #83B3BF

Tints of Glacier #83B3BF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

 BLUE value IS 191 (75% from 255) = 38.12%

R = 26.15%
G = 35.73%
B = 38.12%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83B3BF (or 0x83B3BF) is known color: Glacier. HEX triplet: 83, B3 and BF. RGB value is (131,179,191). Sum of RGB (Red+Green+Blue) = 131+179+191=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #83B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B3BF is #7C4C40. Grayscale: #A5A5A5. Windows color (decimal): -8145985 or 12563331. OLE color: 12563331.

HSL color Cylindrical-coordinate representation of color #83B3BF: hue angle of 192º degrees, saturation: 0.32, 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 #83B3BF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 179 191 -
CMYK 0.31 0.06 0 0.25
HSL 192º 0.32% 0.63% -
HSV(B) 192º 0.31% 0.75% -
XYZ 34.88 40.83 55.33 -
YUV 166.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 131 179 191 0.31 0.06 0 0.25 192 0.32 0.63
Hex 83 B3 BF 1F 6 0 19 C0 20 3F
Octal 203 263 277 37 6 0 31 300 40 77
Binary 10000011 10110011 10111111 11111 110 0 11001 11000000 100000 111111

Color Harmonies of #83B3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B3BF

Black with #83B3BF

Text Example


Text Example

White with #83B3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,179,191); }

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

background-color css

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

 a { background-color: rgb(131,179,191); }

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

border-color css

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

 span { border-color: rgb(131,179,191); }

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