Html Css Color HEX #83AEC0 Glacier

📋 copy color: '#83AEC0'

red 131 ◦ green 174 ◦ blue 192

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

Shades of Glacier #83AEC0

Tints of Glacier #83AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.63%

R = 26.36%
G = 35.01%
B = 38.63%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83AEC0 (or 0x83AEC0) is known color: Glacier. HEX triplet: 83, AE and C0. RGB value is (131,174,192). Sum of RGB (Red+Green+Blue) = 131+174+192=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #83AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEC0 is #7C513F. Grayscale: #A3A3A3. Windows color (decimal): -8147264 or 12627587. OLE color: 12627587.

HSL color Cylindrical-coordinate representation of color #83AEC0: hue angle of 197.7º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83AEC0 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 174 192 -
CMYK 0.32 0.09 0 0.25
HSL 197.7º 0.33% 0.63% -
HSV(B) 197.7º 0.32% 0.75% -
XYZ 34.01 38.9 55.59 -
YUV 163.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 131 174 192 0.32 0.09 0 0.25 197.7 0.33 0.63
Hex 83 AE C0 20 9 0 19 C6 21 3F
Octal 203 256 300 40 11 0 31 306 41 77
Binary 10000011 10101110 11000000 100000 1001 0 11001 11000110 100001 111111

Color Harmonies of #83AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEC0

Black with #83AEC0

Text Example


Text Example

White with #83AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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