Html Css Color HEX #83ABBF Glacier

📋 copy color: '#83ABBF'

red 131 ◦ green 171 ◦ blue 191

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

Shades of Glacier #83ABBF

Tints of Glacier #83ABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 26.57%
G = 34.69%
B = 38.74%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83ABBF (or 0x83ABBF) is known color: Glacier. HEX triplet: 83, AB and BF. RGB value is (131,171,191). Sum of RGB (Red+Green+Blue) = 131+171+191=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #83ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBF is #7C5440. Grayscale: #A1A1A1. Windows color (decimal): -8148033 or 12561283. OLE color: 12561283.

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

Color convert

RGB 131 171 191 -
CMYK 0.31 0.10 0 0.25
HSL 200º 0.32% 0.63% -
HSV(B) 200º 0.31% 0.75% -
XYZ 33.33 37.71 54.81 -
YUV 161.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 131 171 191 0.31 0.10 0 0.25 200 0.32 0.63
Hex 83 AB BF 1F A 0 19 C8 20 3F
Octal 203 253 277 37 12 0 31 310 40 77
Binary 10000011 10101011 10111111 11111 1010 0 11001 11001000 100000 111111

Color Harmonies of #83ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABBF

Black with #83ABBF

Text Example


Text Example

White with #83ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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