Html Css Color HEX #83AEBB Glacier

📋 copy color: '#83AEBB'

red 131 ◦ green 174 ◦ blue 187

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

Shades of Glacier #83AEBB

Tints of Glacier #83AEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 26.63%
G = 35.37%
B = 38.01%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83AEBB (or 0x83AEBB) is known color: Glacier. HEX triplet: 83, AE and BB. RGB value is (131,174,187). Sum of RGB (Red+Green+Blue) = 131+174+187=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #83AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEBB is #7C5144. Grayscale: #A2A2A2. Windows color (decimal): -8147269 or 12299907. OLE color: 12299907.

HSL color Cylindrical-coordinate representation of color #83AEBB: hue angle of 193.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83AEBB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 174 187 -
CMYK 0.30 0.07 0 0.27
HSL 193.93º 0.29% 0.62% -
HSV(B) 193.93º 0.3% 0.73% -
XYZ 33.47 38.69 52.72 -
YUV 162.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 131 174 187 0.30 0.07 0 0.27 193.93 0.29 0.62
Hex 83 AE BB 1E 7 0 1B C2 1D 3E
Octal 203 256 273 36 7 0 33 302 35 76
Binary 10000011 10101110 10111011 11110 111 0 11011 11000010 11101 111110

Color Harmonies of #83AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEBB

Black with #83AEBB

Text Example


Text Example

White with #83AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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