#85BABE

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

Shades of Glacier #85BABE

Tints of Glacier #85BABE

Color information

#85BABE (or 0x85BABE) is unknown color: approx Glacier. HEX triplet: 85, BA and BE. RGB value is (133,186,190). Sum of RGB (Red+Green+Blue) = 133+186+190=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #85BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BABE is #7A4541. Grayscale: #AAAAAA. Windows color (decimal): -8013122 or 12499589. OLE color: 12499589.

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

Color convert

RGB133186190-
CMYK0.30.0200.25
HSL184.21º30.48%63.33%-
HSV(B)184.21º30%74.51%-
XYZ36.5343.8255.25-
YUV170.61138.94101.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=26.13%
G=36.54%
B=37.33%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331861900.30.0200.25184.2130.4863.33
Hex85BABE1E2019b81e3f
Octal2052722763620312703677
Binary10000101101110101011111011110100110011011100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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