Html Css Color HEX #83ABBC Glacier

📋 copy color: '#83ABBC'

red 131 ◦ green 171 ◦ blue 188

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

Shades of Glacier #83ABBC

Tints of Glacier #83ABBC

RGB

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

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

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

R = 26.73%
G = 34.9%
B = 38.37%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#83ABBC (or 0x83ABBC) is known color: Glacier. HEX triplet: 83, AB and BC. RGB value is (131,171,188). Sum of RGB (Red+Green+Blue) = 131+171+188=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #83ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBC is #7C5443. Grayscale: #A0A0A0. Windows color (decimal): -8148036 or 12364675. OLE color: 12364675.

HSL color Cylindrical-coordinate representation of color #83ABBC: hue angle of 197.89º 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 #83ABBC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 171 188 -
CMYK 0.30 0.09 0 0.26
HSL 197.89º 0.3% 0.63% -
HSV(B) 197.89º 0.3% 0.74% -
XYZ 33 37.58 53.09 -
YUV 160.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 131 171 188 0.30 0.09 0 0.26 197.89 0.3 0.63
Hex 83 AB BC 1E 9 0 1A C6 1E 3F
Octal 203 253 274 36 11 0 32 306 36 77
Binary 10000011 10101011 10111100 11110 1001 0 11010 11000110 11110 111111

Color Harmonies of #83ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABBC

Black with #83ABBC

Text Example


Text Example

White with #83ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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