#85B0BD

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

Shades of Glacier #85B0BD

Tints of Glacier #85B0BD

Color information

#85B0BD (or 0x85B0BD) is unknown color: approx Glacier. HEX triplet: 85, B0 and BD. RGB value is (133,176,189). Sum of RGB (Red+Green+Blue) = 133+176+189=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #85B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B0BD is #7A4F42. Grayscale: #A4A4A4. Windows color (decimal): -8015683 or 12431493. OLE color: 12431493.

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

Color convert

RGB133176189-
CMYK0.300.0700.26
HSL193.93º29.79%63.14%-
HSV(B)193.93º29.63%74.12%-
XYZ34.3839.7154-
YUV164.62141.75105.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=26.71%
G=35.34%
B=37.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331761890.300.0700.26193.9329.7963.14
Hex85B0BD1E701Ac21e3f
Octal2052602753670323023677
Binary100001011011000010111101111101110110101100001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,176,189); }

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

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

 a { background-color: rgb(133,176,189); }

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

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

 span { border-color: rgb(133,176,189); }

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