Html Css Color HEX #80AABB Glacier

📋 copy color: '#80AABB'

red 128 ◦ green 170 ◦ blue 187

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

Shades of Glacier #80AABB

Tints of Glacier #80AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 26.39%
G = 35.05%
B = 38.56%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80AABB (or 0x80AABB) is known color: Glacier. HEX triplet: 80, AA and BB. RGB value is (128,170,187). Sum of RGB (Red+Green+Blue) = 128+170+187=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #80AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AABB is #7F5544. Grayscale: #9F9F9F. Windows color (decimal): -8344901 or 12298880. OLE color: 12298880.

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

Color convert

RGB 128 170 187 -
CMYK 0.32 0.09 0 0.27
HSL 197.29º 0.3% 0.62% -
HSV(B) 197.29º 0.32% 0.73% -
XYZ 32.25 36.93 52.44 -
YUV 159.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 128 170 187 0.32 0.09 0 0.27 197.29 0.3 0.62
Hex 80 AA BB 20 9 0 1B C5 1E 3E
Octal 200 252 273 40 11 0 33 305 36 76
Binary 10000000 10101010 10111011 100000 1001 0 11011 11000101 11110 111110

Color Harmonies of #80AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AABB

Black with #80AABB

Text Example


Text Example

White with #80AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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