Html Css Color HEX #83AEBC Glacier

📋 copy color: '#83AEBC'

red 131 ◦ green 174 ◦ blue 188

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

Shades of Glacier #83AEBC

Tints of Glacier #83AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 26.57%
G = 35.29%
B = 38.13%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#83AEBC (or 0x83AEBC) is known color: Glacier. HEX triplet: 83, AE and BC. RGB value is (131,174,188). Sum of RGB (Red+Green+Blue) = 131+174+188=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #83AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEBC is #7C5143. Grayscale: #A2A2A2. Windows color (decimal): -8147268 or 12365443. OLE color: 12365443.

HSL color Cylindrical-coordinate representation of color #83AEBC: hue angle of 194.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83AEBC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 174 188 -
CMYK 0.30 0.07 0 0.26
HSL 194.74º 0.3% 0.63% -
HSV(B) 194.74º 0.3% 0.74% -
XYZ 33.57 38.73 53.28 -
YUV 162.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 131 174 188 0.30 0.07 0 0.26 194.74 0.3 0.63
Hex 83 AE BC 1E 7 0 1A C3 1E 3F
Octal 203 256 274 36 7 0 32 303 36 77
Binary 10000011 10101110 10111100 11110 111 0 11010 11000011 11110 111111

Color Harmonies of #83AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEBC

Black with #83AEBC

Text Example


Text Example

White with #83AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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