#85AEBC

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

Shades of Glacier #85AEBC

Tints of Glacier #85AEBC

Color information

#85AEBC (or 0x85AEBC) is unknown color: approx Glacier. HEX triplet: 85, AE and BC. RGB value is (133,174,188). Sum of RGB (Red+Green+Blue) = 133+174+188=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #85AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEBC is #7A5143. Grayscale: #A3A3A3. Windows color (decimal): -8016196 or 12365445. OLE color: 12365445.

HSL color Cylindrical-coordinate representation of color #85AEBC: hue angle of 195.27º 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 #85AEBC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133174188-
CMYK0.290.0700.26
HSL195.27º29.1%62.94%-
HSV(B)195.27º29.26%73.73%-
XYZ33.8938.8953.3-
YUV163.34141.92106.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=26.87%
G=35.15%
B=37.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331741880.290.0700.26195.2729.162.94
Hex85AEBC1D701Ac31d3f
Octal2052562743570323033577
Binary100001011010111010111100111011110110101100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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