Html Css Color HEX #83B1BD Glacier

📋 copy color: '#83B1BD'

red 131 ◦ green 177 ◦ blue 189

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

Shades of Glacier #83B1BD

Tints of Glacier #83B1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 26.36%
G = 35.61%
B = 38.03%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#83B1BD (or 0x83B1BD) is known color: Glacier. HEX triplet: 83, B1 and BD. RGB value is (131,177,189). Sum of RGB (Red+Green+Blue) = 131+177+189=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #83B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B1BD is #7C4E42. Grayscale: #A4A4A4. Windows color (decimal): -8146499 or 12431747. OLE color: 12431747.

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

Color convert

RGB 131 177 189 -
CMYK 0.31 0.06 0 0.26
HSL 192.41º 0.31% 0.63% -
HSV(B) 192.41º 0.31% 0.74% -
XYZ 34.27 39.94 54.05 -
YUV 164.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 131 177 189 0.31 0.06 0 0.26 192.41 0.31 0.63
Hex 83 B1 BD 1F 6 0 1A C0 1F 3F
Octal 203 261 275 37 6 0 32 300 37 77
Binary 10000011 10110001 10111101 11111 110 0 11010 11000000 11111 111111

Color Harmonies of #83B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B1BD

Black with #83B1BD

Text Example


Text Example

White with #83B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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