#85BAB9

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

Shades of Monte Carlo #85BAB9

Tints of Monte Carlo #85BAB9

Color information

#85BAB9 (or 0x85BAB9) is unknown color: approx Monte Carlo. HEX triplet: 85, BA and B9. RGB value is (133,186,185). Sum of RGB (Red+Green+Blue) = 133+186+185=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #85BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BAB9 is #7A4546. Grayscale: #A9A9A9. Windows color (decimal): -8013127 or 12171909. OLE color: 12171909.

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

Color convert

RGB133186185-
CMYK0.2800.010.27
HSL178.87º27.75%62.55%-
HSV(B)178.87º28.49%72.94%-
XYZ35.9943.6152.42-
YUV170.04136.44101.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=26.39%
G=36.90%
B=36.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331861850.2800.010.27178.8727.7562.55
Hex85BAB91C011Bb31c3f
Octal2052722713401332633477
Binary1000010110111010101110011110001110111011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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