Html Css Color HEX #83B4BC Glacier

📋 copy color: '#83B4BC'

red 131 ◦ green 180 ◦ blue 188

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

Shades of Glacier #83B4BC

Tints of Glacier #83B4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.07%

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 26.25%
G = 36.07%
B = 37.68%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#83B4BC (or 0x83B4BC) is known color: Glacier. HEX triplet: 83, B4 and BC. RGB value is (131,180,188). Sum of RGB (Red+Green+Blue) = 131+180+188=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #83B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B4BC is #7C4B43. Grayscale: #A6A6A6. Windows color (decimal): -8145732 or 12366979. OLE color: 12366979.

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

Color convert

RGB 131 180 188 -
CMYK 0.30 0.04 0 0.26
HSL 188.42º 0.3% 0.63% -
HSV(B) 188.42º 0.3% 0.74% -
XYZ 34.76 41.1 53.68 -
YUV 166.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 131 180 188 0.30 0.04 0 0.26 188.42 0.3 0.63
Hex 83 B4 BC 1E 4 0 1A BC 1E 3F
Octal 203 264 274 36 4 0 32 274 36 77
Binary 10000011 10110100 10111100 11110 100 0 11010 10111100 11110 111111

Color Harmonies of #83B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B4BC

Black with #83B4BC

Text Example


Text Example

White with #83B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,180,188); }

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

background-color css

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

 a { background-color: rgb(131,180,188); }

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

border-color css

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

 span { border-color: rgb(131,180,188); }

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