#85AEBE

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

Shades of Glacier #85AEBE

Tints of Glacier #85AEBE

Color information

#85AEBE (or 0x85AEBE) is unknown color: approx Glacier. HEX triplet: 85, AE and BE. RGB value is (133,174,190). Sum of RGB (Red+Green+Blue) = 133+174+190=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #85AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEBE is #7A5141. Grayscale: #A3A3A3. Windows color (decimal): -8016194 or 12496517. OLE color: 12496517.

HSL color Cylindrical-coordinate representation of color #85AEBE: hue angle of 196.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85AEBE is Cyan = 0.3, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133174190-
CMYK0.30.0800.25
HSL196.84º30.48%63.33%-
HSV(B)196.84º30%74.51%-
XYZ34.138.9854.44-
YUV163.56142.92106.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=26.76%
G=35.01%
B=38.23%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331741900.30.0800.25196.8430.4863.33
Hex85AEBE1E8019c51e3f
Octal20525627636100313053677
Binary1000010110101110101111101111010000110011100010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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