#85B6BF

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

Shades of Glacier #85B6BF

Tints of Glacier #85B6BF

Color information

#85B6BF (or 0x85B6BF) is unknown color: approx Glacier. HEX triplet: 85, B6 and BF. RGB value is (133,182,191). Sum of RGB (Red+Green+Blue) = 133+182+191=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #85B6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B6BF is #7A4940. Grayscale: #A8A8A8. Windows color (decimal): -8014145 or 12564101. OLE color: 12564101.

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

Color convert

RGB133182191-
CMYK0.300.0500.25
HSL189.31º31.18%63.53%-
HSV(B)189.31º30.37%74.9%-
XYZ35.842.255.55-
YUV168.38140.77102.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.28%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 191 (75% from 255) = 37.75%
R=26.28%
G=35.97%
B=37.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331821910.300.0500.25189.3131.1863.53
Hex85B6BF1E5019bd1f40
Octal20526627736503127537100
Binary1000010110110110101111111111010101100110111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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