Html Css Color HEX #85BAB9 Monte Carlo

📋 copy color: '#85BAB9'

red 133 ◦ green 186 ◦ blue 185

#85BAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #85BAB9

Tints of Monte Carlo #85BAB9

RGB

 RED value IS 133 (52.34% from 255) = 26.39%

 GREEN value IS 186 (73.05% from 255) = 36.9%

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 26.39%
G = 36.9%
B = 36.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#85BAB9 (or 0x85BAB9) is known color: 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

RGB 133 186 185 -
CMYK 0.28 0 0.01 0.27
HSL 178.87º 0.28% 0.63% -
HSV(B) 178.87º 0.28% 0.73% -
XYZ 35.99 43.61 52.42 -
YUV 170.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 133 186 185 0.28 0 0.01 0.27 178.87 0.28 0.63
Hex 85 BA B9 1C 0 1 1B B3 1C 3F
Octal 205 272 271 34 0 1 33 263 34 77
Binary 10000101 10111010 10111001 11100 0 1 11011 10110011 11100 111111

Color Harmonies of #85BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAB9

Black with #85BAB9

Text Example


Text Example

White with #85BAB9

Text Example


Text Example

HTML Codes & Css Web 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>