#85BABF

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

Shades of Glacier #85BABF

Tints of Glacier #85BABF

Color information

#85BABF (or 0x85BABF) is unknown color: approx Glacier. HEX triplet: 85, BA and BF. RGB value is (133,186,191). Sum of RGB (Red+Green+Blue) = 133+186+191=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #85BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BABF is #7A4540. Grayscale: #AAAAAA. Windows color (decimal): -8013121 or 12565125. OLE color: 12565125.

HSL color Cylindrical-coordinate representation of color #85BABF: hue angle of 185.17º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BABF is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133186191-
CMYK0.300.0300.25
HSL185.17º31.18%63.53%-
HSV(B)185.17º30.37%74.9%-
XYZ36.6443.8755.83-
YUV170.72139.44101.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 191 (75% from 255) = 37.45%
R=26.08%
G=36.47%
B=37.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331861910.300.0300.25185.1731.1863.53
Hex85BABF1E3019b91f40
Octal20527227736303127137100
Binary100001011011101010111111111101101100110111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BABF; }

 p { color: rgb(133,186,191); }

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

<style>
 a { background-color: #85BABF; }

 a { background-color: rgb(133,186,191); }

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

<style>
 span { border-color: #85BABF; }

 span { border-color: rgb(133,186,191); }

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