Html Css Color HEX #80ABBA Glacier

📋 copy color: '#80ABBA'

red 128 ◦ green 171 ◦ blue 186

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

Shades of Glacier #80ABBA

Tints of Glacier #80ABBA

RGB

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

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

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

R = 26.39%
G = 35.26%
B = 38.35%

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

#80ABBA (or 0x80ABBA) is known color: Glacier. HEX triplet: 80, AB and BA. RGB value is (128,171,186). Sum of RGB (Red+Green+Blue) = 128+171+186=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #80ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABBA is #7F5445. Grayscale: #9F9F9F. Windows color (decimal): -8344646 or 12233600. OLE color: 12233600.

HSL color Cylindrical-coordinate representation of color #80ABBA: hue angle of 195.52º 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 #80ABBA is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 171 186 -
CMYK 0.31 0.08 0 0.27
HSL 195.52º 0.3% 0.62% -
HSV(B) 195.52º 0.31% 0.73% -
XYZ 32.33 37.26 51.94 -
YUV 159.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 128 171 186 0.31 0.08 0 0.27 195.52 0.3 0.62
Hex 80 AB BA 1F 8 0 1B C4 1E 3E
Octal 200 253 272 37 10 0 33 304 36 76
Binary 10000000 10101011 10111010 11111 1000 0 11011 11000100 11110 111110

Color Harmonies of #80ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABBA

Black with #80ABBA

Text Example


Text Example

White with #80ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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