Html Css Color HEX #80AABD Glacier

📋 copy color: '#80AABD'

red 128 ◦ green 170 ◦ blue 189

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

Shades of Glacier #80AABD

Tints of Glacier #80AABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.91%

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 26.28%
G = 34.91%
B = 38.81%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#80AABD (or 0x80AABD) is known color: Glacier. HEX triplet: 80, AA and BD. RGB value is (128,170,189). Sum of RGB (Red+Green+Blue) = 128+170+189=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #80AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AABD is #7F5542. Grayscale: #9F9F9F. Windows color (decimal): -8344899 or 12429952. OLE color: 12429952.

HSL color Cylindrical-coordinate representation of color #80AABD: hue angle of 198.69º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80AABD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 170 189 -
CMYK 0.32 0.10 0 0.26
HSL 198.69º 0.32% 0.62% -
HSV(B) 198.69º 0.32% 0.74% -
XYZ 32.46 37.01 53.58 -
YUV 159.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 128 170 189 0.32 0.10 0 0.26 198.69 0.32 0.62
Hex 80 AA BD 20 A 0 1A C7 20 3E
Octal 200 252 275 40 12 0 32 307 40 76
Binary 10000000 10101010 10111101 100000 1010 0 11010 11000111 100000 111110

Color Harmonies of #80AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AABD

Black with #80AABD

Text Example


Text Example

White with #80AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,170,189); }

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

background-color css

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

 a { background-color: rgb(128,170,189); }

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

border-color css

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

 span { border-color: rgb(128,170,189); }

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