Html Css Color HEX #83ABB7 Glacier

📋 copy color: '#83ABB7'

red 131 ◦ green 171 ◦ blue 183

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

Shades of Glacier #83ABB7

Tints of Glacier #83ABB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.73%

R = 27.01%
G = 35.26%
B = 37.73%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#83ABB7 (or 0x83ABB7) is known color: Glacier. HEX triplet: 83, AB and B7. RGB value is (131,171,183). Sum of RGB (Red+Green+Blue) = 131+171+183=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #83ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABB7 is #7C5448. Grayscale: #A0A0A0. Windows color (decimal): -8148041 or 12036995. OLE color: 12036995.

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

Color convert

RGB 131 171 183 -
CMYK 0.28 0.07 0 0.28
HSL 193.85º 0.27% 0.62% -
HSV(B) 193.85º 0.28% 0.72% -
XYZ 32.47 37.37 50.3 -
YUV 160.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 131 171 183 0.28 0.07 0 0.28 193.85 0.27 0.62
Hex 83 AB B7 1C 7 0 1C C2 1B 3E
Octal 203 253 267 34 7 0 34 302 33 76
Binary 10000011 10101011 10110111 11100 111 0 11100 11000010 11011 111110

Color Harmonies of #83ABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABB7

Black with #83ABB7

Text Example


Text Example

White with #83ABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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