#85ADBF

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

Shades of Glacier #85ADBF

Tints of Glacier #85ADBF

Color information

#85ADBF (or 0x85ADBF) is unknown color: approx Glacier. HEX triplet: 85, AD and BF. RGB value is (133,173,191). Sum of RGB (Red+Green+Blue) = 133+173+191=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #85ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADBF is #7A5240. Grayscale: #A2A2A2. Windows color (decimal): -8016449 or 12561797. OLE color: 12561797.

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

Color convert

RGB133173191-
CMYK0.300.0900.25
HSL198.62º31.18%63.53%-
HSV(B)198.62º30.37%74.9%-
XYZ34.0238.6454.95-
YUV163.09143.75106.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 191 (75% from 255) = 38.43%
R=26.76%
G=34.81%
B=38.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331731910.300.0900.25198.6231.1863.53
Hex85ADBF1E9019c71f40
Octal205255277361103130737100
Binary10000101101011011011111111110100101100111000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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