Html Css Color HEX #80ACBA Glacier

📋 copy color: '#80ACBA'

red 128 ◦ green 172 ◦ blue 186

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

Shades of Glacier #80ACBA

Tints of Glacier #80ACBA

RGB

 RED value IS 128 (50.39% from 255) = 26.34%

 GREEN value IS 172 (67.58% from 255) = 35.39%

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

R = 26.34%
G = 35.39%
B = 38.27%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80ACBA (or 0x80ACBA) is known color: Glacier. HEX triplet: 80, AC and BA. RGB value is (128,172,186). Sum of RGB (Red+Green+Blue) = 128+172+186=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #80ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACBA is #7F5345. Grayscale: #A0A0A0. Windows color (decimal): -8344390 or 12233856. OLE color: 12233856.

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

Color convert

RGB 128 172 186 -
CMYK 0.31 0.08 0 0.27
HSL 194.48º 0.3% 0.62% -
HSV(B) 194.48º 0.31% 0.73% -
XYZ 32.52 37.64 52.01 -
YUV 160.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 128 172 186 0.31 0.08 0 0.27 194.48 0.3 0.62
Hex 80 AC BA 1F 8 0 1B C2 1E 3E
Octal 200 254 272 37 10 0 33 302 36 76
Binary 10000000 10101100 10111010 11111 1000 0 11011 11000010 11110 111110

Color Harmonies of #80ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACBA

Black with #80ACBA

Text Example


Text Example

White with #80ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80ACBA; }

 p { color: rgb(128,172,186); }

 H1.HeaderClassName
 {
   color: #80ACBA;
 }
 .AnyTagClassName
 {
   color: #80ACBA;
 }
</style>

background-color css

<style>
 a { background-color: #80ACBA; }

 a { background-color: rgb(128,172,186); }

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

border-color css

<style>
 span { border-color: #80ACBA; }

 span { border-color: rgb(128,172,186); }

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