Html Css Color HEX #83ACB7 Glacier

📋 copy color: '#83ACB7'

red 131 ◦ green 172 ◦ blue 183

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

Shades of Glacier #83ACB7

Tints of Glacier #83ACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 26.95%
G = 35.39%
B = 37.65%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#83ACB7 (or 0x83ACB7) is known color: Glacier. HEX triplet: 83, AC and B7. RGB value is (131,172,183). Sum of RGB (Red+Green+Blue) = 131+172+183=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #83ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACB7 is #7C5348. Grayscale: #A0A0A0. Windows color (decimal): -8147785 or 12037251. OLE color: 12037251.

HSL color Cylindrical-coordinate representation of color #83ACB7: hue angle of 192.69º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83ACB7 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 172 183 -
CMYK 0.28 0.06 0 0.28
HSL 192.69º 0.27% 0.62% -
HSV(B) 192.69º 0.28% 0.72% -
XYZ 32.66 37.75 50.36 -
YUV 161 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 131 172 183 0.28 0.06 0 0.28 192.69 0.27 0.62
Hex 83 AC B7 1C 6 0 1C C1 1B 3E
Octal 203 254 267 34 6 0 34 301 33 76
Binary 10000011 10101100 10110111 11100 110 0 11100 11000001 11011 111110

Color Harmonies of #83ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACB7

Black with #83ACB7

Text Example


Text Example

White with #83ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,172,183); }

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

background-color css

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

 a { background-color: rgb(131,172,183); }

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

border-color css

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

 span { border-color: rgb(131,172,183); }

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