#85B1BC

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

Shades of Glacier #85B1BC

Tints of Glacier #85B1BC

Color information

#85B1BC (or 0x85B1BC) is unknown color: approx Glacier. HEX triplet: 85, B1 and BC. RGB value is (133,177,188). Sum of RGB (Red+Green+Blue) = 133+177+188=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #85B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B1BC is #7A4E43. Grayscale: #A5A5A5. Windows color (decimal): -8015428 or 12366213. OLE color: 12366213.

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

Color convert

RGB133177188-
CMYK0.290.0600.26
HSL192º29.1%62.94%-
HSV(B)192º29.26%73.73%-
XYZ34.4740.0653.49-
YUV165.1140.92105.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=26.71%
G=35.54%
B=37.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331771880.290.0600.2619229.162.94
Hex85B1BC1D601Ac01d3f
Octal2052612743560323003577
Binary100001011011000110111100111011100110101100000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,177,188); }

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

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

 a { background-color: rgb(133,177,188); }

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

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

 span { border-color: rgb(133,177,188); }

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