#80BABE

Color #80BABE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #80BABE

Tints of Glacier #80BABE

Color information

#80BABE (or 0x80BABE) is unknown color: approx Glacier. HEX triplet: 80, BA and BE. RGB value is (128,186,190). Sum of RGB (Red+Green+Blue) = 128+186+190=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #80BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BABE is #7F4541. Grayscale: #A9A9A9. Windows color (decimal): -8340802 or 12499584. OLE color: 12499584.

HSL color Cylindrical-coordinate representation of color #80BABE: hue angle of 183.87º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BABE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128186190-
CMYK0.330.0200.25
HSL183.87º32.29%62.35%-
HSV(B)183.87º32.63%74.51%-
XYZ35.7643.4255.21-
YUV169.11139.7898.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=25.40%
G=36.90%
B=37.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281861900.330.0200.25183.8732.2962.35
Hex80BABE212019b8203e
Octal2002722764120312704076
Binary1000000010111010101111101000011001100110111000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80BABE;
 }
 .AnyTagClassName
 {
   color: #80BABE;
 }
</style>
background-color css

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

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

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

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

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

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