#85B3BF

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

Shades of Glacier #85B3BF

Tints of Glacier #85B3BF

Color information

#85B3BF (or 0x85B3BF) is unknown color: approx Glacier. HEX triplet: 85, B3 and BF. RGB value is (133,179,191). Sum of RGB (Red+Green+Blue) = 133+179+191=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #85B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B3BF is #7A4C40. Grayscale: #A6A6A6. Windows color (decimal): -8014913 or 12563333. OLE color: 12563333.

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

Color convert

RGB133179191-
CMYK0.300.0600.25
HSL192.41º31.18%63.53%-
HSV(B)192.41º30.37%74.9%-
XYZ35.240.9955.35-
YUV166.61141.76104.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.44%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 191 (75% from 255) = 37.97%
R=26.44%
G=35.59%
B=37.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331791910.300.0600.25192.4131.1863.53
Hex85B3BF1E6019c01f40
Octal20526327736603130037100
Binary1000010110110011101111111111011001100111000000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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