#85AEBB

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

Shades of Glacier #85AEBB

Tints of Glacier #85AEBB

Color information

#85AEBB (or 0x85AEBB) is unknown color: approx Glacier. HEX triplet: 85, AE and BB. RGB value is (133,174,187). Sum of RGB (Red+Green+Blue) = 133+174+187=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #85AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEBB is #7A5144. Grayscale: #A3A3A3. Windows color (decimal): -8016197 or 12299909. OLE color: 12299909.

HSL color Cylindrical-coordinate representation of color #85AEBB: hue angle of 194.44º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85AEBB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133174187-
CMYK0.290.0700.27
HSL194.44º28.42%62.75%-
HSV(B)194.44º28.88%73.33%-
XYZ33.7838.8552.73-
YUV163.22141.42106.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=26.92%
G=35.22%
B=37.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331741870.290.0700.27194.4428.4262.75
Hex85AEBB1D701Bc21c3f
Octal2052562733570333023477
Binary100001011010111010111011111011110110111100001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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