#85B3BE

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

Shades of Glacier #85B3BE

Tints of Glacier #85B3BE

Color information

#85B3BE (or 0x85B3BE) is unknown color: approx Glacier. HEX triplet: 85, B3 and BE. RGB value is (133,179,190). Sum of RGB (Red+Green+Blue) = 133+179+190=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #85B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B3BE is #7A4C41. Grayscale: #A6A6A6. Windows color (decimal): -8014914 or 12497797. OLE color: 12497797.

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

Color convert

RGB133179190-
CMYK0.30.0600.25
HSL191.58º30.48%63.33%-
HSV(B)191.58º30%74.51%-
XYZ35.0940.9454.77-
YUV166.5141.26104.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=26.49%
G=35.66%
B=37.85%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331791900.30.0600.25191.5830.4863.33
Hex85B3BE1E6019c01e3f
Octal2052632763660313003677
Binary100001011011001110111110111101100110011100000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,179,190); }

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

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

 a { background-color: rgb(133,179,190); }

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

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

 span { border-color: rgb(133,179,190); }

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