Html Css Color HEX #83AEBF Glacier

📋 copy color: '#83AEBF'

red 131 ◦ green 174 ◦ blue 191

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

Shades of Glacier #83AEBF

Tints of Glacier #83AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.08%

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

R = 26.41%
G = 35.08%
B = 38.51%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83AEBF (or 0x83AEBF) is known color: Glacier. HEX triplet: 83, AE and BF. RGB value is (131,174,191). Sum of RGB (Red+Green+Blue) = 131+174+191=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #83AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEBF is #7C5140. Grayscale: #A2A2A2. Windows color (decimal): -8147265 or 12562051. OLE color: 12562051.

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

Color convert

RGB 131 174 191 -
CMYK 0.31 0.09 0 0.25
HSL 197º 0.32% 0.63% -
HSV(B) 197º 0.31% 0.75% -
XYZ 33.9 38.86 55 -
YUV 163.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 131 174 191 0.31 0.09 0 0.25 197 0.32 0.63
Hex 83 AE BF 1F 9 0 19 C5 20 3F
Octal 203 256 277 37 11 0 31 305 40 77
Binary 10000011 10101110 10111111 11111 1001 0 11001 11000101 100000 111111

Color Harmonies of #83AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEBF

Black with #83AEBF

Text Example


Text Example

White with #83AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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