Html Css Color HEX #83ABBA Glacier

📋 copy color: '#83ABBA'

red 131 ◦ green 171 ◦ blue 186

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

Shades of Glacier #83ABBA

Tints of Glacier #83ABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 26.84%
G = 35.04%
B = 38.11%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83ABBA (or 0x83ABBA) is known color: Glacier. HEX triplet: 83, AB and BA. RGB value is (131,171,186). Sum of RGB (Red+Green+Blue) = 131+171+186=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #83ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBA is #7C5445. Grayscale: #A0A0A0. Windows color (decimal): -8148038 or 12233603. OLE color: 12233603.

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

Color convert

RGB 131 171 186 -
CMYK 0.30 0.08 0 0.27
HSL 196.36º 0.28% 0.62% -
HSV(B) 196.36º 0.3% 0.73% -
XYZ 32.79 37.5 51.96 -
YUV 160.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 131 171 186 0.30 0.08 0 0.27 196.36 0.28 0.62
Hex 83 AB BA 1E 8 0 1B C4 1C 3E
Octal 203 253 272 36 10 0 33 304 34 76
Binary 10000011 10101011 10111010 11110 1000 0 11011 11000100 11100 111110

Color Harmonies of #83ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABBA

Black with #83ABBA

Text Example


Text Example

White with #83ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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