Html Css Color HEX #83ABC0 Glacier

📋 copy color: '#83ABC0'

red 131 ◦ green 171 ◦ blue 192

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

Shades of Glacier #83ABC0

Tints of Glacier #83ABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

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

R = 26.52%
G = 34.62%
B = 38.87%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83ABC0 (or 0x83ABC0) is known color: Glacier. HEX triplet: 83, AB and C0. RGB value is (131,171,192). Sum of RGB (Red+Green+Blue) = 131+171+192=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #83ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABC0 is #7C543F. Grayscale: #A1A1A1. Windows color (decimal): -8148032 or 12626819. OLE color: 12626819.

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

Color convert

RGB 131 171 192 -
CMYK 0.32 0.11 0 0.25
HSL 200.66º 0.33% 0.63% -
HSV(B) 200.66º 0.32% 0.75% -
XYZ 33.44 37.76 55.39 -
YUV 161.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 131 171 192 0.32 0.11 0 0.25 200.66 0.33 0.63
Hex 83 AB C0 20 B 0 19 C9 21 3F
Octal 203 253 300 40 13 0 31 311 41 77
Binary 10000011 10101011 11000000 100000 1011 0 11001 11001001 100001 111111

Color Harmonies of #83ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABC0

Black with #83ABC0

Text Example


Text Example

White with #83ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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