#85B5BE

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

Shades of Glacier #85B5BE

Tints of Glacier #85B5BE

Color information

#85B5BE (or 0x85B5BE) is unknown color: approx Glacier. HEX triplet: 85, B5 and BE. RGB value is (133,181,190). Sum of RGB (Red+Green+Blue) = 133+181+190=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 181 (71.09% from 255 or 35.91% 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 #85B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B5BE is #7A4A41. Grayscale: #A7A7A7. Windows color (decimal): -8014402 or 12498309. OLE color: 12498309.

HSL color Cylindrical-coordinate representation of color #85B5BE: hue angle of 189.47º 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 #85B5BE is Cyan = 0.3, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133181190-
CMYK0.30.0500.25
HSL189.47º30.48%63.33%-
HSV(B)189.47º30%74.51%-
XYZ35.4941.7554.9-
YUV167.67140.6103.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=26.39%
G=35.91%
B=37.70%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331811900.30.0500.25189.4730.4863.33
Hex85B5BE1E5019bd1e3f
Octal2052652763650312753677
Binary100001011011010110111110111101010110011011110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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