Html Css Color HEX #83AEBA Glacier

📋 copy color: '#83AEBA'

red 131 ◦ green 174 ◦ blue 186

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

Shades of Glacier #83AEBA

Tints of Glacier #83AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 26.68%
G = 35.44%
B = 37.88%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83AEBA (or 0x83AEBA) is known color: Glacier. HEX triplet: 83, AE and BA. RGB value is (131,174,186). Sum of RGB (Red+Green+Blue) = 131+174+186=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #83AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEBA is #7C5145. Grayscale: #A2A2A2. Windows color (decimal): -8147270 or 12234371. OLE color: 12234371.

HSL color Cylindrical-coordinate representation of color #83AEBA: hue angle of 193.09º degrees, saturation: 0.28, 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 #83AEBA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 174 186 -
CMYK 0.30 0.06 0 0.27
HSL 193.09º 0.28% 0.62% -
HSV(B) 193.09º 0.3% 0.73% -
XYZ 33.36 38.64 52.15 -
YUV 162.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 131 174 186 0.30 0.06 0 0.27 193.09 0.28 0.62
Hex 83 AE BA 1E 6 0 1B C1 1C 3E
Octal 203 256 272 36 6 0 33 301 34 76
Binary 10000011 10101110 10111010 11110 110 0 11011 11000001 11100 111110

Color Harmonies of #83AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEBA

Black with #83AEBA

Text Example


Text Example

White with #83AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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