#85BAAE

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

Shades of Monte Carlo #85BAAE

Tints of Monte Carlo #85BAAE

Color information

#85BAAE (or 0x85BAAE) is unknown color: approx Monte Carlo. HEX triplet: 85, BA and AE. RGB value is (133,186,174). Sum of RGB (Red+Green+Blue) = 133+186+174=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #85BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BAAE is #7A4551. Grayscale: #A8A8A8. Windows color (decimal): -8013138 or 11451013. OLE color: 11451013.

HSL color Cylindrical-coordinate representation of color #85BAAE: hue angle of 166.42º 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 #85BAAE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB133186174-
CMYK0.2800.060.27
HSL166.42º27.75%62.55%-
HSV(B)166.42º28.49%72.94%-
XYZ34.8743.1646.54-
YUV168.78130.94102.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=26.98%
G=37.73%
B=35.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331861740.2800.060.27166.4227.7562.55
Hex85BAAE1C061Ba61c3f
Octal2052722563406332463477
Binary100001011011101010101110111000110110111010011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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